newbie question on recording audio in C++
newbie question on recording audio in C++
- Subject: newbie question on recording audio in C++
- From: Akos Maroy <email@hidden>
- Date: Mon, 23 Feb 2004 11:15:21 +0100
Hi,
I'm new to MacOS programming, but have considerable background in
different UNIX systems. I'm trying to port my project, DarkIce
(
http://darkice.sourceforge.net/) to MacOS. For this, I need to be able
to simply record audio from an audio device. More precisely:
- open the audio device
- configure for appropriate parameters (e.g. 44.1kHz, 16 bit, 2 channel,
PCM recording)
- read from the device
- close the device
I need to access the audio device from C++ code. I started to read on
the site
http://developer.apple.com/audio/ , but I did not find a simple
example that does just the above. Can anyone point me to proper
documentation, or other starter information?
Akos
_______________________________________________
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.