[android-porting] Re: Audio effects reverb issue

2011-08-04 Thread Eric Laurent
The attenuation on the reverb tail is by design to avoid clipping. It is better to change the reverb preset values (sReverbPresets[]) in EffectReverb.cpp. Thanks. Eric. On Aug 1, 8:05 pm, brian wrote: > Hi All: > > I found the signal level will be dropped about -14dB after applied the > Prese

[android-porting] Re: Audio effects reverb issue

2011-08-11 Thread brian
Dear Eric: I can't get your explanation for "the attenuation on the reverb tail" Because according the source code, the 12dB headroom is reserved on the reverb "head", not the tail And the LVREV_OUTPUTGAIN_SHIFT is on the reverb tail to compensate the gain back. Could you help to descirbe more de