1

I would like to implement a simple audio compressor / limiter in an iOS app. I am using core audio and audio units to do this and I've tried the Peak Limiter audio unit. What would you recommend for the best result? I want to use a compressor / limiter mostly on voice recordings, to compress peak values above a certain value.

Lehel Medves
  • 527
  • 1
  • 5
  • 15

1 Answers1

0

I ended up using Core Audio to implement the compressor limiter together with The Amazing Audio Engine + Audio Units: http://theamazingaudioengine.com/

This solution, though not easy to implement, seems to be working perfectly.

Lehel Medves
  • 527
  • 1
  • 5
  • 15