Reverb effect in iPhone app
Asked Answered
S

2

8

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.

Syringe answered 1/7, 2011 at 6:57 Comment(1)
Did you look into this and this. It also mentions Igor's ObjectAL answer.Psychophysiology
W
4

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

Waterspout answered 14/2, 2013 at 11:57 Comment(0)
T
-2

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

Tetrabranchiate answered 30/8, 2011 at 22:32 Comment(2)
Doesn't sound very simple without additional explanation.Coinstantaneous
@Coinstantaneous Google for FIR and convolution. What do you expect, that I write a code in your place?Tetrabranchiate

© 2022 - 2024 — McMap. All rights reserved.