On Wed, Jun 22, 2005 at 11:39:26PM +0100, Ed Wandasiewicz wrote: > Following the faq, here is my output. Using /dev/audio and sox, I get > scrambled noise. The bytes/sec dont match...
> # dd if=/dev/audio of=myvoice.raw > 289+0 records in > 289+0 records out > 147968 bytes transferred in 4.636 secs (31917 bytes/sec) > # dd if=myvoice.raw of=/dev/audio > 289+0 records in > 289+0 records out > 147968 bytes transferred in 16.498 secs (8969 bytes/sec) what is the full output of 'audioctl -a' right after running there commands? I'm guessing that something (sample_rate, precision, channels or encoding) doesn't match between record and play. also note, auich(4) says, "Some hardware implementations only support 48kHz sampling rates." did you try using /dev/sound as well? -- <[EMAIL PROTECTED]>

