I cannot find any indication how to build a Chorus EFX in AVAudioEngine. I can see AvAudioUnitReverb and so on, but I cannot find any indication ho to create a Chorus.
Asked
Active
Viewed 195 times
1 Answers
0
The built-in AVAudioUnitEffect nodes are limited to reverb, delay, distortion, compressor and EQ. There might be a couple that I missed but chorus isn't one of them.
List of effects: https://developer.apple.com/documentation/avfoundation/avaudiouniteffect
-
I cannot find it in that link – Vasa Mar 17 '17 at 15:24
-
That's what I meant, I don't think it's included. – Pescolly Mar 17 '17 at 23:59