In article <1194768235.112405.60770@[EMAIL PROTECTED] >, Malcolm Ryan <malcolm.ryan@[EMAIL PROTECTED] > wrote: > Can anybody tell me how to access the internal mic on the Macbook from > C code? It doesn't seem to appear as a standard unix device. If you are using Leopard: <http://developer.apple.com/do***entation/MusicAudio/Conceptual/AudioQueu eProgrammingGuide/index.html> For earlier systems, I would look at <http://developer.apple.com/technotes/tn2002/tn2091.html> and <http://developer.apple.com/samplecode/RecordAudioToFile/index.html> Reinder