Skip to content

Faster synthesis, better support for non-English training data

Pre-release
Pre-release
Compare
Choose a tag to compare
@keithito keithito released this 13 Sep 04:09
· 43 commits to master since this release
  • PR #41 adds a TensorFlow implementation of Griffin-Lim.
    • Audio can be generated at 7.5x real-time on a GTX 1080Ti.
  • PR #40 makes the text processing pipeline more configurable
    • This can make it easier to train on non-English data.
    • See TRAINING_DATA.md for details.
  • TensorFlow 1.3 is now required.