I have a MacBook Alluminium and I want to capture the microphone in a RAW format and output a RAW audio through the speakers, in a standard way, i.e., using the terminal with standard Unix commands and using the standard /dev/??? devices.
So, the question/s:
Which devices are the microphone and speakers? Those both should start with /dev/...
Are they different if they are built-in or external? Which ones? (Also they have to start with /dev/...)
If you know also the unix commands to print the microphone input and to write the output for speakers that would be extra points! :) (I want to capture it from mic, modify it -I got it-, and send it modified to speakers)
If you know also the Assembly instructions for OSX that would be the perfection! But the main questions are which are in the bulleted list.
Thanks!
/dev
devices, why not use Core Audio? or one of the higher-level APIs. – Bartie