Skip to content
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

TTS - text to speech rust crate #2

Open
ModPhoenix opened this issue Mar 26, 2023 · 0 comments
Open

TTS - text to speech rust crate #2

ModPhoenix opened this issue Mar 26, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@ModPhoenix
Copy link
Owner

The main problem I'm currently struggling with is getting real-time voice generation of sufficient quality. Unfortunately, there isn't a ready-to-use library in Rust that works on all platforms.

I don't have enough knowledge in this area. I tried to rewrite this implementation from Python to Rust, but couldn't find a replacement for https://github.com/bootphon/phonemizer.

I have been playing around with https://github.com/ndarilek/tts-rs and it works, but the quality is not good enough. I also ran into the same issue ndarilek/tts-rs#40 when trying to split the text into sentences and voice them to avoid waiting for the generation of large chunks of text.

Here are some examples in Python:

https://github.com/as-ideas/ForwardTacotron
https://github.com/coqui-ai/TTS
https://github.com/as-ideas/TransformerTTS
https://github.com/rendchevi/nix-tts

@ModPhoenix ModPhoenix added the help wanted Extra attention is needed label Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant