On Mon, 5 Apr 2004, Mathieu Rondonneau wrote:
> I don't use aplay to play the wav file but i use:
> dd of=thefile.wav of=/dev/audio0
This is definitely wrong. The /dev/audio devices expect mu-Law
format at 8000Hz.
Jaroslav
-
Jaroslav Kysela <[
uot; <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, April 04, 2004 3:10 AM
Subject: Re: [Alsa-devel] src pointer parameter in copy operator
> On Sat, 3 Apr 2004, Mathieu Rondonneau wrote:
>
> > Hi all,
> >
> > I have question according to the src pointe
On Sat, 3 Apr 2004, Mathieu Rondonneau wrote:
> Hi all,
>
> I have question according to the src pointer in the copy operator:
> I'm writing an ALSA driver for the cogent CSB337 board. I'm testing the
> driver but there are some problem.
> I'm trying to playback a wav file, but i hear some strang
Hi all,
I have question according to the src pointer in the copy operator:
I'm writing an ALSA driver for the cogent CSB337 board. I'm testing the
driver but there are some problem.
I'm trying to playback a wav file, but i hear some strange noise, not the
data corresponding to the wav file.
I comp