17 Mar
2008
17 Mar
'08
1:31 p.m.
On 17-03-08 04:35, Alexander Indenbaum wrote:
On Mon, Mar 17, 2008 at 5:18 AM, Rene Herman <rene.herman@keyaccess.nl
Don't do it there. Use /etc/asound.conf or $HOME/.asoundrc ...
Generally I'd agree with you that $HOME/.asoundrc is way to go if it was my desktop workstation. But this is an embedded system, so I'd like to force it on system level.
As I said, use /etc/asound.conf
Still it does not work ( I still use system alsa.conf though ).
That's the reason.
You touching here an interesting point. How indeed I could get an PCM header?
You don't really need one if you know the format. Ie, with aplay (and foo.wav being CD format):
aplay foo.wav aplay -D hw:0 -f cd /tmp/pcm.out
Rene.