|
FlitePlugin
1. OverviewThis guide describes how to use Flite TTS with UniMRCP server. It assumes you are already familiar with installation and configuration tips of UniMRCP server.
2. Requirements
3. BuildGNU Build (Linux and other Unix variants)
./configure make
./configure --enable-flite-plugin --with-flite=path-to-flite-source-dir make make install
VS2005 Build (Windows XP, Vista, ...)
4. ConfigurationSpecify mrcpflite as a plugin in unimrcpserver.xml as follows: <plugin-factory>
<engine id="Flite-1" name="mrcpflite" enable="false"/>
</plugin-factory>There can be multiple plugins of the same resource and it's possible to configure profile based plugins. However, for the beginning, you may want to enable only Flite plugin and disable other TTS plugins. | |
► Sign in to add a comment