Re: [Newbie] simple example of capturing standard microphone input
Re: [Newbie] simple example of capturing standard microphone input
- Subject: Re: [Newbie] simple example of capturing standard microphone input
- From: Kurt Revis <email@hidden>
- Date: Fri, 11 Oct 2002 08:47:08 -0700
On Thursday, October 10, 2002, at 09:07 PM, Laurence Van Peursem wrote:
Forgive me, but I have searched and not found an example of capturing
sound from the
microphone other than Daisy, which seems a bit daunting trying to
narrow down what I need.
I am looking just to capture the stream from the mic to process with
an external application.
Does anyone know of any fairly simple examples of sound capture, or
must I tough it out and
figure out what I need to strip from Daisy?
Here's a really basic Objective-C class to grab data from the default
audio input. It's not at all production-quality code, but it is good
enough to play with. (It works OK with my machine's built-in hardware,
but may not be right for other devices...)
http://www.mat.ucsb.edu:8000/CoreAudio/13
The example that Luke pointed out is a lot more complete, but also a
lot more to digest all at once.
--
Kurt Revis
email@hidden
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.