This commit is contained in:
Saifeddine ALOUI 2024-05-18 23:13:38 +02:00
parent 32005ca92b
commit 00a3487d2b

View File

@ -387,7 +387,7 @@ class AudioRecorder:
ASCIIColors.red(" -------------------------------------------------") ASCIIColors.red(" -------------------------------------------------")
self.lc.info("Talking") self.lc.info("Talking")
ASCIIColors.green("<<TALKING>>") ASCIIColors.green("<<TALKING>>")
self.lc.tts.tts_to_audio(lollms_text, voice=self.voice) self.lc.tts.tts_to_audio(lollms_text, speaker=self.voice)
except Exception as ex: except Exception as ex:
trace_exception(ex) trace_exception(ex)
self.block_listening = False self.block_listening = False