random
random

Reputation: 10309

Reverb effect in iPhone app

Can anyone please give pointers how we can add re verb effect to a recording in an iPhone app?

Vocal live free on app store is a pretty good example of how I would want to include reverb effect.

Core Audio Overview in iOS documentation references reverb as an audio unit.

Any help beyond this will be helpful.

Upvotes: 8

Views: 2205

Answers (2)

Igor
Igor

Reputation: 4207

Yoy can use ObjectAL library. See link below https://github.com/kstenerud/ObjectAL-for-iPhone.

Upvotes: 4

Archie
Archie

Reputation: 2672

If you have access to the raw audio data, you can simply convolute it with corresponding reverberation finite impulse response (FIR) filter kernel.

Upvotes: -2

Related Questions