jhb: any idea how to reduce time between wav file playback? Found the following but it uses mplayer. Don't fancy pulling in lots of extra dependancies. Maybe mpd or something? Code: $ mkfifo audiofifo $ aplay -t raw -c 2 -f S16_LE -r 44100 audiofifo & $ mplayer -ao pcm:nowaveheader:file=audiofifo <audio files>
$ mkfifo audiofifo $ aplay -t raw -c 2 -f S16_LE -r 44100 audiofifo & $ mplayer -ao pcm:nowaveheader:file=audiofifo <audio files>
sox g5ann_001 g5con_001 -t wav - | aplay