AVAudioEngine documentation
Asked Answered
S

2

9

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).

Squirm answered 17/8, 2018 at 15:3 Comment(0)
P
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

Panties answered 25/3, 2020 at 22:5 Comment(1)
There's also a Swift version of that here: github.com/ooper-shlab/AVAEMixerSample-SwiftDrysalt
H
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.

Hodess answered 15/1, 2020 at 14:20 Comment(2)
That link "cannot be found" boooo.Drysalt
@NerdyBunz Seems they have changed the routes in the docs without redirecting the old links. I've updated the answer, so the link should be there in a moment :)Aureus

© 2022 - 2024 — McMap. All rights reserved.