Skip to content

uthree/tts_impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tts_impl

pytorch lightning black isort python

pytorch implementation of speech synthesis methods

Models

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 ✅

Installation

pip install git+https://github.com/uthree/tts_impl.git

or clone this repository,

pip install -e .

type check / lint / test

  • pysen run format : automatic formatting
  • pysen run lint : linter
  • pytest : test
  • codespell : detect typos

References

About

implementation of text to speech models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published