View Single Post
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#117
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>
 

The Following 2 Users Say Thank You to Android_808 For This Useful Post: