Trying to use flite to speak waypoints etc rom GPS software, current Mageia packaged version is installed, but the only "output" heard is the click from it opening the sound device.
$flite -t "Hello World"
(produced a click)
Tried it as root w/same results.
[root@localhost test]# flite -v -t "hellow world"
times faster than real-time: 13.901390
(1.251000 seconds of speech synthesized in 0.089991)
Tried it from a VT, essentilly same results, you have to set the --display or it borks
#flite -t "hello world" --display :0
(no click, but no error from the Pulseaudio server or ALSA not being able to connect)
This version has the ALSA patches applied, what am I missing?
(will file bug if it's not malpractice on my part, which is likely)
Also tried cranking up the mono volume etc using the alsa guis to no effect.