
18 Jun
2007
18 Jun
'07
12:34 p.m.
Hi,
I am trying to write one .asoundrc file
What i am currently doing is rate conversion
My .asounrc file contains
pcm.sirf3a { type rate slave { pcm "hw:0,0" rate 8000 } }
I am using following command
aplay -M -D sirf3a /usr/share/sounds/alsa/Side_Right.wav
But it is giving me some errors
aplay: set_params:909: Channels count non available
Any idea why this? where I am going wrong?

18 Jun
18 Jun
6:39 p.m.
On 6/18/07, Nobin Mathew nobin.mathew@gmail.com wrote:
Because your hardware probably only supports stereo but you're trying to play a mono file.
Add a plug layer to do channel conversion.
Lee

7:02 p.m.
Hi Lee, Thanks, i modified it and it is working fine
On 6/18/07, Lee Revell rlrevell@joe-job.com wrote:
6480
Age (days ago)
6480
Last active (days ago)
2 comments
2 participants
participants (2)
-
Lee Revell
-
Nobin Mathew