tags:

views:

48

answers:

1

For a project that I intend to start on soon, I will need to play back compressed and uncompressed audio files. To do that, I intend to use the Core Audio framework. However, I have no prior experience in audio programming, and I'm really not sure where to start. Are there any beginner level resources or sample projects that can demonstrate how to build a simple audio player using Core Audio?

A: 

http://www.libsdl.org/

i think for your requirement you can get better support from above link

Vineel Kumar Reddy
I'm looking for examples using CoreAudio, not SDL.
macatomy