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.
Note: The download version is a very old iteration
- Download the program, and LJSpeech model
- Run.
Currently, only FastSpeech2 (phoneme-based) and Multi-Band MelGAN from TensorflowTTS are supported.
Currently, only Windows x64 is supported.
Requirements:
- Qt Creator
- MSVC 2017 (v141) compiler
Primed build (with all provided libraries):
- Download precompiled binary dependencies and includes
- Unzip it so that the
deps
folder is in the same place as the .pro and main source files. - 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.
- Tensorflow C API: https://www.tensorflow.org/install/lang_c
- CppFlow (TF C API -> C++ wrapper): https://github.com/serizba/cppflow
- AudioFile (for WAV export): https://github.com/adamstark/AudioFile
- Frameless Dark Style Window: https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle
- JSON for modern C++: https://github.com/nlohmann/json
- r8brain-free-src (Resampling): https://github.com/avaneev/r8brain-free-src
- rnnoise (CMake version, denoising output): https://github.com/almogh52/rnnoise-cmake
You can open an issue here or join the Discord server and discuss/ask anything there
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