tags:

views:

56

answers:

1

Hi

I am developing an application which access my audio input device and record audio from my microphone. Here when i am pressing START button it have to record audio from microphone and have to stop recording when pressing STOP button.

My device is Lynx-AES16 and i got driver from there site.

In windows i am accessing the machine(Lynx) by using direct-show SDK(Graph edit).  Is there any similar tool  like direct-show is available. I checked with AUAudio and IOkit but didnt understood that much.

Can anyone provide some sample or some useful links. Apple link is not good for a starter 

+1  A: 

Look at the CoreAudio sample code at developer.apple.com. There is plenty of useful code there.

In particular look at the RecordAudioToFile example.

Paul R
i went much on developer.apple.com. As a starter its little difficult to understand the things there.
I suggest you start with the RecordAudioToFile sample code - compile that and run it, study the code, make changes, etc - you'll learn a lot that way.
Paul R
ok thanku sir...Can u give me the link for htat sample program
http://developer.apple.com/Mac/library/samplecode/RecordAudioToFile/index.html this is the link right
Yes - the link was right there in my answer - just click on it...
Paul R