-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port TTS #1185
base: master
Are you sure you want to change the base?
Port TTS #1185
Conversation
Speech test (cherry picked from commit f55c150b4cc0532551c34f755b25e367ee0da2bb)
Speech test 2 (cherry picked from commit b3a2ecd95f61a15d92946545d21cf3d783ee7710)
@DEATHB4DEFEAT i think better to cherry-pick is - corvax tts that works with GPU but needs an external hosting |
This comment was marked as resolved.
This comment was marked as resolved.
@DEATHB4DEFEAT https://github.com/Rxup/ss14-tts-api it's support random voice generator via tts_test.ipynb and can use https://models.silero.ai/models/tts/en/v3_en.pt change in https://github.com/Rxup/ss14-tts-api/blob/main/ss14tts.py#L31 |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Bro this is so cool! |
Description
SpaceStationUA/station#7 SpaceStationUA/station#8
I need some help finding a bunch of English voices we can link as defaults.
This uses Piper to generate the audio.
Windows support is untested, but exists.
There is very little setup required; install Piper, find some models and make their prototypes (or download the "defaults" to
bin/Content.Server/data/tts/models
and rename them accordingly), settts.enabled
to true, maybe changetts.model_path
(starting the path withdata/
will put it in the server's datadir), and you're good to go.TODO
Media
2024-11-07_20-21-39.mp4
Changelog
🆑