Question

I am looking to write a small audio processing program, and I need some way to get audio input from the microphone in a Macbook.

Buffer polling? Notifications? What class/framework should I be aware of?

Was it helpful?

Solution

one of the easiest ways is with audio queues. its fairly abstracted, with a fair bit of doco and examples, simpler than delving into audio units, and the depths of core audio.

here is the official link.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top