user8391200
user8391200

Reputation:

Does AVAudioEngine support recursive routing?

Can I route Node A into Node B, and Node B back into Node A (of course using a Mixer in between) -- otherwise called "Feedback"? (For example, WebAudio supports this).

Upvotes: 0

Views: 39

Answers (1)

user8391200
user8391200

Reputation:

No, trying to setup a recursive route will result in AVAudioEngine freezing and a seemingly unrelated error appearing in the console:

warning: could not execute support code to read Objective-C class data in the process. This may reduce the quality of type information available.

Upvotes: 0

Related Questions