2016-05-29 04:27:43 +02:00
|
|
|
Speech Dispatcher is a device independent layer for speech synthesis
|
|
|
|
that provides a common easy to use interface for both client
|
|
|
|
applications (programs that want to speak) and for software
|
2017-01-30 01:35:10 +01:00
|
|
|
synthesizers (programs actually able to convert text to speech). To
|
2017-06-15 00:00:42 +02:00
|
|
|
use Speech Dispatcher, you will also need a Software synthesizer, such
|
|
|
|
as espeak, flite (available on Slackbuilds.org), or festival (not
|
|
|
|
available on Slackbuilds.org).
|
2017-01-30 01:35:10 +01:00
|
|
|
|
2017-06-15 00:00:42 +02:00
|
|
|
Python3, PyXDG (both for spd-conf), festival-freebsoft-utils are optional dependencies.
|