foo
foo

Reputation: 2311

EQ Settings for iOS Sound Application

Ok so I need to have access to eq settings for my application. Does anyone know the best way to go about doing this? I have looked into using ObjectAL but it seems their library is quite limited.

I need control over gain, freq, and q.

If possible control over a low-pass filter, and a high-pass filter.

https://github.com/kstenerud/ObjectAL-for-iPhone

enter image description here

enter image description here

Upvotes: 1

Views: 472

Answers (1)

Goz
Goz

Reputation: 62323

I've used NVDSP with AudioQueues in the past.

Its fairly simple to use and gives you control over gain, center frequency and q factor.

Upvotes: 2

Related Questions