ALSA and PulseAudio Refresher: Difference between revisions
Line 6: | Line 6: | ||
Play via ALSA (forget PulseAudio and MPD): <code>aplay -D hw:0,0 -c 6 BeeGees.wav -vv</code> (...don't forget: <code>service pulseaudio stop</code>) | Play via ALSA (forget PulseAudio and MPD): <code>aplay -D hw:0,0 -c 6 BeeGees.wav -vv</code> (...don't forget: <code>service pulseaudio stop</code>) | ||
=== References === | ===References=== | ||
https://www.alsa-project.org/wiki/Asoundrc | https://www.alsa-project.org/wiki/Asoundrc | ||
Line 124: | Line 124: | ||
(from https://raspberrypi.stackexchange.com/questions/69058/difference-between-hwplug-and-hw) | (from https://raspberrypi.stackexchange.com/questions/69058/difference-between-hwplug-and-hw) | ||
Now here's the insanity of it | Now here's the insanity of it, in terms of documentation; | ||
aplay --help produces;<syntaxhighlight lang="text"> | aplay --help produces;<syntaxhighlight lang="text"> |