Re: unusual behaviour mixerctl audioctl

2005-06-23 Thread Ed Wandasiewicz
Still get scambled noise with all of these commands. I'm using an IBM X40. device dev/audio, sampling 8000 --- # rec -c 1 -r 8000 -f U -s b -d /dev/audio myvoice.raw Send break (control-c) to end recording ^C # play -c 1 -r 8000 -f U -s b -d /dev/audio myvoice.raw

unusual behaviour mixerctl audioctl

2005-06-22 Thread Ed Wandasiewicz
Running 3.7-current, I get the following behaviour with audioctl mixerctl. % audioctl play.sample_rate=11025 audioctl: set failed: Invalid argument % mixerctl -w record.mic=100 record.mic: 0 - 0 Also, if I try to record through a mic or line in, I get scrambled noise. My sound card is driven

Re: unusual behaviour mixerctl audioctl

2005-06-22 Thread Jacob Meuser
On Wed, Jun 22, 2005 at 12:59:35AM +0100, Ed Wandasiewicz wrote: Running 3.7-current, I get the following behaviour with audioctl mixerctl. % audioctl play.sample_rate=11025 audioctl: set failed: Invalid argument % mixerctl -w record.mic=100 record.mic: 0 - 0 I see the same thing with

Re: unusual behaviour mixerctl audioctl

2005-06-22 Thread Jacob Meuser
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