Replies: 1 comment 2 replies
-
I think you've misunderstood some fundamentals. The assistant automatically converts text to speech. You have to mention your responses in the training data of the chatbot. If your question is about the wakeword engine, you can find more info here. If your question is about custom responses, go to the
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TLDR: Custom 0.wav is replaced with default 0.wav voiceline in response to wakeword 'jarvis'
(automatically replaced back to original when I speak)
I'm building a tech project with your quality JARVIS assistant and am trying to input custom voice lines.
I'm just testing it from the vanilla state where it responds with "0.wav" through "6.wav"
(I've replaced these 6 lines with Arnold Schwarzenneger quotes renamed 0 through 6 .wavs) When I change the voice lines that play when the wakeword "JARVIS" is uttered & 0.wav should play, instead it just changes back to the default 0.wav voice.
Is there a way to change this for custom responses?
File "C:[edited out]\AppData\Local\Programs\Python\Python39\lib\site-packages\playsound.py", line 64, in winCommand
raise PlaysoundException(exceptionMessage)
playsound.PlaysoundException:
Error 259 for command:
play speech_tts/0.wav wait
references:
C:[edited out]\somePythonProgrammer - JARVIS\speech\speaker.py
line 21
def initialize(self):
self.SAVE_PATH = "speech_tts/"
In reference to:
https://github.com/somePythonProgrammer/JARVIS
Beta Was this translation helpful? Give feedback.
All reactions