File README.speech-dispatcher.md of Package piper-tts
# Using piper-tts with speech-dispatcher
## Install speech-dispatcher
First you should install speech-dispatcher and configure it as your user.
* `zypper in speech-dispatcher`
* `cp /etc/speech-dispatcher/speechd.conf ~/.config/speech-dispatcher/speechd.conf`
* `systemctl --user enable --now speech-dispatcher.socket`
## Configure speech-dispatcher to use piper-tts
You need to add the following line to `~/.config/speech-dispatcher/speechd.conf`.
```
AddModule "piper" "sd_generic" "piper-generic.conf"
```
If you put it as the first of all `AddModule` it will be loaded first. You can
test if it works with: `spd-say 'Hello world'`