Skip to content

RusTTS is an unofficial Coqui TTS implementation.

License

Notifications You must be signed in to change notification settings

ulagbulag/rustts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RusTTS

RusTTS is an unofficial Coqui TTS implementation.

Currently, only the YourTTS for [ TTS & VC ] has been implemented.

So, feel free to contribute us to make it better.

Milestones

  • YourTTS + TTS
  • YourTTS + VC
  • Migrate to ONNX
  • Attach LICENSE for sample data
  • Non-English Characters
  • Arpabet Support
  • SSML support
    • Note: Coqui TTS has no SSML support yet, so we can support both.

Import from Pretrained Models

Currently, only the YourTTS for [ TTS & VC ] has been implemented.

  1. TODO: Show the diff of Coqui TTS source code.
  2. Run the code: ./assets/vits/converter.ipynb
    • The original code is derived from VITS examples.
    • TODO: Store the models in the Cloud Storage, not in git-managed.

Examples

TTS

cargo run --example tts -- "Hello Mr. my yesterday"

Voice Conversion

cargo run --example vc

About

RusTTS is an unofficial Coqui TTS implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published