Da folgende machst Du auf eigene Gefahr. Ich habe den Quelltext nicht geprüft.
Am besten ist wohl eine virtuelle Maschine...
Installation:
-
sudo -s
-
apt purge speex speex-doc
-
cd /tmp
-
wget https://github.com/msilvoso/speexdec-fb/archive/master.zip
-
cd /usr/src
-
unzip /tmp/speexdec-fb-master.zip
-
cd speexdec-fb-master
-
autoreconf -i
-
./configure
-
make
-
make install
Test:
-
speexdec rec.0.001 rec.0.001.wav
-
vlc rec.0.001.wav
Es kann sein, dass Du einige Werkzeuge, z.B. gcc, make, autoconf noch installieren musst.
Etwas wie sudo apt install autoconf
hilft dann weiter.