pytorch implementation of speech synthesis methods
implemented: ✅
work in progress: 🚧
- Vocoders
- HiFi-GAN ✅
- NSF-HiFi-GAN ✅
- ISTFTNet
- WaveNeXt 🚧
- Vocos 🚧
- DDSP (Subtractive / Additive)
- SoundStream
- TTS: Text to speech
- VITS ✅
- VITS2 🚧
- JETS 🚧
- FastSpeech
- Diffusion TTS Models
- Flow Matching TTS Modelss
- Aligner:
- ForcedAlign ✅
pip install git+https://github.com/uthree/tts_impl.git
or clone this repository,
pip install -e .
pysen run format
: automatic formattingpysen run lint
: linterpytest
: testcodespell
: detect typos