Quote:
Originally Posted by PoP
Old experimental stuff:
- using alsa to play and record .wav. Packaged in a Kual extension
- espeak on <= 5.8.11 firmware when it still supported .azw2
- A speaking clock, packaged as another Kual extension, using flite tts (couldn't find the thread)
|
Ah. If alsa is supported it should be possible to get this working without gstreamer. Definitely try copying sox to play and invoking it as:
LD_LIBRARY_PATH=./library ./play /mnt/us/music/Multitudes.mp3
If it works great, then I need to figure out how to detect if alsa is supported and customize the scripts. If it doesn't work then add a -V3 option and see what it says.
Dave