Skip to content
Åke edited this page Jan 20, 2017 · 5 revisions

Welcome to the mimic wiki! (still under construction)

Mimic is a lightweight run-time speech synthesis engine, based on Flite (Festival-Lite). The Flite project website can be found here: http://www.festvox.org/flite/ - further information can be found in the ACKNOWLEDGEMENTS file in the Mimic repo.

Usage

Say something:

mimic -t "Hello. Doctor. Name. Continue. Yesterday. Tomorrow."

List internal voices:

mimic -lv

Set voice (internal):

mimic -t "Hello" -voice slt

Set voice(file):

mimic -t "Hello" -voice voices/cmu_us_slt.flitevox

Set voice(url):

mimic -t "Hello" -voice voices/http://www.festvox.org/flite/packed/flite-2.0/voices/cmu_us_ksp.flitevox

Print mimic help info:

mimic -h

Clone this wiki locally