Probably more of a general Unix question but here goes.
I want to access the raw data from my microphone input (I pretty much just want to use the ADC of my sound card..). I know I can do things like
to send data *to* the card, but how can I read data from the microphone input?
I'm starting to think it's not as simple as I had imagined. Guess I could always just trawl through the code of some audio application but I'd prefer to do some simple testing first.
Cheers.
I want to access the raw data from my microphone input (I pretty much just want to use the ADC of my sound card..). I know I can do things like
Code:
cat file.txt > /dev/dsp
I'm starting to think it's not as simple as I had imagined. Guess I could always just trawl through the code of some audio application but I'd prefer to do some simple testing first.
Cheers.