diff options
Diffstat (limited to 'accessibility/speech-dispatcher/README')
-rw-r--r-- | accessibility/speech-dispatcher/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/accessibility/speech-dispatcher/README b/accessibility/speech-dispatcher/README index 12a82a5e7104..027beae0769c 100644 --- a/accessibility/speech-dispatcher/README +++ b/accessibility/speech-dispatcher/README @@ -2,7 +2,8 @@ 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 synthesizers (programs actually able to convert text to speech). To -use Speech Dispatcher, you will also need a Software synthesizer that -are available on Slackbuilds.org. +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). -Python3, PyXDG, festival-freebsoft-utils are optional dependencies. +Python3, PyXDG (both for spd-conf), festival-freebsoft-utils are optional dependencies. |