8

I'm trying to find a detailed documentation for how to work with AVAudioEngine. Does anyone know where I can find it?

I've found this, but it seems extremely spartan in comparison to the richly documented UI stuff.

https://developer.apple.com/documentation/avfoundation/avaudioengine

Is this it? Are there header files somewhere I can at least peruse, like there was with AUGraph (before they deprecated it).

Leonhard Printz
  • 355
  • 2
  • 16

2 Answers2

3

You can also try Apple's official sample code at

https://developer.apple.com/library/archive/samplecode/AVAEMixerSample/Introduction/Intro.html#//apple_ref/doc/uid/TP40015134-Intro-DontLinkElementID_2

DJTano
  • 1,055
  • 12
  • 12
1

The link you provided should be enough to be able to work with AVAudioEngine. If you go to the parent page of AVAudioEngine, that can be found here, you can see all the building blocks you need to work with the audio.