;use ALSA (Parameter.set 'Audio_Method 'Audio_Command) (Parameter.set 'Audio_Command "aplay -q -c 1 -t raw -f s16 -r $SR $FILE")
Other useful commands: Read every line you enter until ctrl+c:
while read x; do echo $x |festival --tts; done