How to make a simple EQ AudioUnit (bass, mid, treble) with iOS?

后端 未结 5 576
慢半拍i
慢半拍i 2020-12-13 07:34

does anyone know how to make a simple EQ audio unit (3 bands - low, mid, hi) with iOS ? I know how to add an iPod EQ Audio Unit to my AU Graph. But it only give you access t

5条回答
  •  庸人自扰
    2020-12-13 08:13

    I would highly recommend you to use my NVDSP library, it allows easy audio DSP'ing, including the filters required to make an equalizer in iOS: https://github.com/bartolsthoorn/NVDSP

提交回复
热议问题