-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Discrete token-based TTS implementation #5626
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
TTS2 Template
for more information, see https://pre-commit.ci
Tts2 support parallel_wavgan vocoder
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Co-authored-by: Tomoki Hayashi <[email protected]>
@sw005320 @simpleoier @kan-bayashi Hi guys, many thanks for your review! I've reflected on your comments and also added some unit tests for the functions added for tts2. We will have three following PRs after this one (would want to keep them separated to avoid a very large PR)
It would be great if you can double-check the existing PR so that we can merge it in the early place~ |
Thanks for your great efforts, @ftshijt! |
What?
The new task of discrete token-based TTS implementation (mostly focuses on acoustic modeling, by changing spectrogram to discrete token as output prediction)
TODO