Introduction
The speech plugin "reads" song title as provided by input plugin
through speech synthesizer.
Current version supports output through Festival Speech Synthesizer server.
You must install this synthesizer before using speech plugin.
Snapshot


About Festival Speech Synthesizer
Festival can be downloaded from its homepage at
http://www.cstr.ed.ac.uk/projects/festival.html
Don't worry, prempiled binary distributions are also available.
It's highly recommended to use MBROLA voice database providing much better
voices for both british and US english (other languages are also supported,
please refer to Festival's manual).
Plugin configuration
- festival server host and port
- preferred voice (including MBROLA if installed)
- speech speed
Some notes about compilation and functionality
- The most of source code is "stolen" from song_change.c and festival_client.c
- No header files for Festival connectivity are needed. Plug-in uses standard
unix sockets. It's able to connect to any Festival server running on any
host (refer to Festival server-mode configuration).
- The most users run the Festival server on the same host as XMMS. Plug-in
stops XMMS and release /dev/dsp for Festival while need to speek. So you
DON'T need any audio output sharing (e.g. Enlightened Sound Daemon known
also as EsoundD).
Download
You can get more information about XMMS at http://www.xmms.org.
|