univrsal / flite

A small fast portable speech synthesis system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flite

Flite modified to use CMake as the build system. Tools and other misc files have been removed so there's only the basic library left.

Audio samples for the different voices are in samples/.

Building

Builds the static library and a test program located in example/.

mkdir build && cd build
cmake ..
make

About

A small fast portable speech synthesis system

License:Other


Languages

Language:C 100.0%Language:Shell 0.0%Language:CMake 0.0%Language:Makefile 0.0%Language:C++ 0.0%