Re: Record audio from microphone?
Re: Record audio from microphone?
- Subject: Re: Record audio from microphone?
- From: Rustam Muginov <email@hidden>
- Date: Mon, 05 Jul 2004 12:01:48 +0400
On 7/5/04 8:25 AM, "David McGavern" <email@hidden> wrote:
>
I would like to incorporate recording from a microphone (and other
>
audio input sources) into my app... but I have no idea where to begin!
>
I've searched the archives, the net, and Apple's site with no luck.
>
You prolly need the following:
http://developer.apple.com/sdk/#CoreAudio
Download and install CoreAudio SDK. Please note what this SDK doesn not
install any new frameworks/header. It require QT 6.4 to be installed on the
end-user computer, and QT 6.5.1 on the developer computer to compile
samples, so you would need to adjust minimum system requirements.
Then you'd install this SDK, go to the
Developer/Examples/CoreAudio/Services/AudioFileTools
You would find some _very_ easy to use sample code.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.