Timothy Gu <timothygu99 <at> gmail.com> writes: > aplay -D plughw:0,3 input.wav, but > I need to use ffplay > to make the sound go direct to plughw:0,3. ffmpeg supports "playing" audio via alsa: $ ffmpeg -i file -f alsa plughw:0,3 Carl Eugen