-
Notifications
You must be signed in to change notification settings - Fork 146
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
Draft
DEATHB4DEFEAT
wants to merge
13
commits into
Simple-Station:master
Choose a base branch
from
DEATHB4DEFEAT:tts
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Port TTS #1185
+3,716
−21
Conversation
This file contains 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
Speech test (cherry picked from commit f55c150b4cc0532551c34f755b25e367ee0da2bb)
Speech test 2 (cherry picked from commit b3a2ecd95f61a15d92946545d21cf3d783ee7710)
DEATHB4DEFEAT
added
Priority: 3-Medium
Needs to be resolved at some point
Size: 2-Large
For large issues/PRs
Type: Feature
Creation of or significant changes to a feature
Type: Port
Brings something to here from another codebase
labels
Nov 8, 2024
github-actions
bot
added
Changes: C#
Changes any cs files
Changes: Localization
Changes any ftl files
Changes: UI
Changes any XAML files
Changes: YML
Changes any yml files
labels
Nov 8, 2024
@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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Changes: C#
Changes any cs files
Changes: Localization
Changes any ftl files
Changes: UI
Changes any XAML files
Changes: YML
Changes any yml files
Priority: 3-Medium
Needs to be resolved at some point
Size: 2-Large
For large issues/PRs
Type: Feature
Creation of or significant changes to a feature
Type: Port
Brings something to here from another codebase
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/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
🆑