Open CodeShadower opened 2 weeks ago
Hi @CodeShadower Please see this PR I made (for Amica, this is not an update to AllTalk) https://github.com/semperai/amica/pull/141
You can manually download/replace the files if you wish, replacing the existing ones, all sub the src
directory:
https://github.com/erew123/amica/blob/master/src/features/localXTTS/localXTTS.ts https://github.com/erew123/amica/blob/master/src/components/settings/LocalXTTSSettingsPage.tsx https://github.com/erew123/amica/blob/master/src/utils/config.ts
Make sure you set AllTalk V2 to use the AllTalk V2 API and select it in the Amica interface as AllTalk V2 API Protocol. You will now have a few more features available and audio is pulled to your browser, rather than playing in the console/terminal.
As long as you can generate TTS within AllTalk V2 on the Gradio generation page, things should work.
Thanks
Hey @erew123 , you totally rock!!! That's a fantastic job! Thank you very much! :smiley:
This is wonderful, we are reviewing this now. Thanks so much @CodeShadower @erew123
Hello guys! First of all, thank you for this integrated software which has really been thought trough and which is so modular! GREAT JOB!!! :smiley:
Context
Goal I try to achieve a complete local installation with:
Symptoms
a) Basically, lipsync.ts has issues processing the stream properly:
b) all the user's input text/voice lands in a single chat bubble instead of separate bubbles for the user and Amica's answers are missing:
Debugging so far with alltalk_tts
I tinkered a bit with alltalk_tts API global settings, but with no success:
That's about how far I can go with my skills. Could you please have a look and tell me what I'm missing?