tce-load -i compiletc intltool libtool-dev dotconf-dev libsndfile-dev pulseaudio-dev libao-dev espeak-ng-dev python3.9-dev

wget https://github.com/brailcom/speechd/releases/download/0.11.5/speech-dispatcher-0.11.5.tar.gz

cd speech-dispatcher-0.11.5

CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --disable-static --enable-python --libexecdir=/usr/local/lib/speech-dispatcher

find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \;

make [0m 23.37s]
sudo make install

configure: output modules to be built are cicero dummy festival generic espeak-ng voxin baratinoo kali
configure: audio methods to be built are  pulse libao alsa oss
configure: Default audio method is pulse
