text-generation-webui/extensions/silero_tts
Xan 0dfac4b777 Working html autoplay, clean up, improve wav naming
- New autoplay using html tag, removed from old message when new input provided
- Add voice pitch and speed control
- Group settings together
- Use name + conversation history to match wavs to messages, minimize problems when changing characters

Current minor bugs:
- Gradio seems to cache the audio files, so using "clear history" and generating new messages will play the old audio (the new messages are saving correctly). Gradio will clear cache and use correct audio after a few messages or after a page refresh.
- Switching characters does not immediately update the message ID used for the audio. ID is updated after the first new message, but that message will use the wrong ID
2023-03-11 16:34:59 +11:00
..
outputs Add a file 2023-02-14 15:18:05 -03:00
requirements.txt Working html autoplay, clean up, improve wav naming 2023-03-11 16:34:59 +11:00
script.py Working html autoplay, clean up, improve wav naming 2023-03-11 16:34:59 +11:00