What i need to do:
- record audio file;
- as it's record from iPhone/iPad microphone it can be quiet, so i need to filter it to make it louder;
- save filtered record;
I'm new in audio programming, but as I understand so far I need "All Pass" filter (if not please correct me).
For this task I've found two libs: Novocaine and AudioKit, but Novocaine written in C, so it's harder to implement it in swift, and I decided to use AudioKit, but I didn't found "All Pass" filter there.
Does anybody know how to implement it in AudioKit and save filtered file? Thank you!