-1

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.

Vasa
  • 135
  • 8

1 Answers1

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

Cœur
  • 37,241
  • 25
  • 195
  • 267
Pescolly
  • 922
  • 11
  • 18