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.
Asked
Active
Viewed 1,134 times
1
-
What is wrong with what you have tested so far? You're asking for general opinions. Please improve the question. – Matti Jokipii May 23 '15 at 11:46
1 Answers
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