Draft
Conversation
Speech test (cherry picked from commit f55c150b4cc0532551c34f755b25e367ee0da2bb)
Speech test 2 (cherry picked from commit b3a2ecd95f61a15d92946545d21cf3d783ee7710)
Contributor
|
@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 |
Contributor
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
|
Bro this is so cool! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/modelsand rename them accordingly), settts.enabledto 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
🆑