I have a ubuntu install with pulseaudio default installed. When pulseaudio is running this works: aplay -D hw:2,7 /usr/share/xbmc/sounds/Bursting\ Bubbles/nav.wav

But when no pulseaudio daemon is running it doesn't. The command doesn't give an error but I can't hear a sound.

hw:2,7 is a Nvidia hdmi device.

Why is this? I can't figure it out.

link|improve this question

70% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Read this link.

It states that alsa (aplay) is configured to send its output to pulseaudio (which is your sound server) by default.

When your sound server is not running you will not be able to hear a sound as you have observed.

See also "PulseAudio Removal"section to detach it from alsa.

I hope this helps.

link|improve this answer
Would it be possible to use Alsa directly even if pulseaudio is installed? – Leon Aug 25 '11 at 10:03
type "aplay -L" to list all PCMs defined. Then try playing with "aplay -D devicename" as you have tried in your question. See if you can bypass pulseaudio by directing output to a pcm in defined in your system. This is all I can think of. Good luck. – OrcunC Aug 25 '11 at 10:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.