AVAudioConverter & AVAudioEngine

Hello,


I'm researching how to possibly use AVAudioConverter & AVAudioEngine together to play files with other audio formats. However, I can't seem to find any documentation on AVAudioConverter or any sample code.


Has anyone ever figured this out?


Thanks

Replies

I figured this out thanks to DTS' help.

FYI - There was a discussion of AVAudioConverter at WWDC 2015 25min into the presentation < https://developer.apple.com/videos/play/wwdc2015/507/ >. The class itself wraps the C based AudioConverter and works with AVAudioBuffers. All the information discussing the traditional AudioConverter is valid from an educational point of view but AVAudioConverter takes much less code to setup and use.


If you had some specific points of confusion that were resolved, maybe by posting the answers here it would help out fellow developers. Thanks.