fix: fix string formatting for TTS command
This commit is contained in:
@@ -156,7 +156,7 @@ class ActuationReceiver(ReceiverBase):
|
||||
try:
|
||||
text = self._message_queue.get(timeout=0.1)
|
||||
state.is_speaking = True
|
||||
self._tts_service.say("\VCT={}\{}\RST\".format(settings.robot_config.voice_shaping, text))
|
||||
self._tts_service.say("\\VCT={}\\{}\\RST\\".format(settings.robot_config.voice_shaping, text))
|
||||
except Queue.Empty:
|
||||
state.is_speaking = False
|
||||
except RuntimeError:
|
||||
|
||||
Reference in New Issue
Block a user