Skip to content

Desktop application for neural speech synthesis written in C++

License

Notifications You must be signed in to change notification settings

brainbpe/TensorVox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorVox

NOTE: In very early alpha stage.

TensorVox is an application designed to enable user-friendly and lightweight neural speech synthesis in the desktop, aimed at increasing accessibility to such technology.

Powered by TensorflowTTS, it is written in pure C++/Qt, using the Tensorflow C API for interacting with the models. This way, we can perform inference without having to install gigabytes worth of pip libraries, just a 100MB DLL.

Try it out!

Interface Note: The download version is a very old iteration

  1. Download the program, and LJSpeech model
  2. Run.

Supported architectures

Currently, only FastSpeech2 (phoneme-based) and Multi-Band MelGAN from TensorflowTTS are supported.

Build instructions

Currently, only Windows x64 is supported.

Requirements:

  1. Qt Creator
  2. MSVC 2017 (v141) compiler

Primed build (with all provided libraries):

  1. Download precompiled binary dependencies and includes
  2. Unzip it so that the deps folder is in the same place as the .pro and main source files.
  3. Open the project with Qt Creator, add your compiler and compile

Note that to try your shiny new executable you'll need to download the program as described above and insert the models folder where your new build is output.

TODO: Add instructions for compile from scratch.

Externals (and thanks)

Contact

You can open an issue here or join the Discord server and discuss/ask anything there

Note about licensing

This project is MIT licensed almost everywhere except for Vietnam, where, due to using TensorflowTTS models as backend, it cannot be used without permission from the TensorflowTTS authors. See here for details

About

Desktop application for neural speech synthesis written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.1%
  • Other 0.9%