speech
|
A simple text to speech using **SVOXPICO
**.
The current implementation requires Linux **aplay
** command (in the alsa-utils
package) to play the generated wave file. This can/should be easily replaced with the yarp portaudio
device (audio player).
On Windows systems powershell
is employed to play the wave file.
$ cd svox-speech
$ mkdir build && cd build
$ cmake ..
speech
.CMAKE_INSTALL_PREFIX
(refer to this location as $INST_DIR
).$ make install
YARP_DATA_DIRS
** the path $INST_DIR/share/speech
.