Can someone tell me if I am misusing arecord? On a Powermac G4/AGP
using alsa 0.9.0rc1 with the snd-powermac driver I am attempting to
record. I set up a .asoundrc file in my directory with...

pcm.copy {
  type plug
  slave {
  pcm hw
  }
  route_policy copy
}

and then tried...

arecord -d 10 -f cd -t wav -D copy foobar.wav


which created a file test.wav. However when I do...

aplay foobar.wav

I get the error...

aplay: test_wavefile:626: can't play not PCM-coded WAVE-files

Is this expected behavior or are we lacking some support in
snd-powermac that is essential for recording to work?
                     Jack

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to