| ok thnx for the help i got it working after some work. Now i am trying to configure "cvoicecontrol" it seems like a cool app (developement has ceased though) and it compiles/installs np but when it comes to the "adjust mixer" part i end up shouting at my microphone for ages and nothing happens.. to test that recording works it gives these commands as examples:
Start the recording at a command prompt by typing:
dd if=/dev/dspW of=/tmp/example.raw bs=8192 count=100
Let the recording run for a few seconds then interrupt by pressing Ctrl-c. Now you can play the recorded stuff on the audio device by typing
cat /tmp/example.raw > /dev/dspW
If you can hear what you expected your microphone works fine. If not, oops!
______
this produces a zero byte document in the tmp folder... :/ i do get audio from the microphone.. it amplifies my voice i mean but i cant seem to record?? |