OSDN Git Service

Fix issue 5355047: Automated effect tests fail.
authorEric Laurent <elaurent@google.com>
Fri, 23 Sep 2011 15:40:41 +0000 (08:40 -0700)
committerEric Laurent <elaurent@google.com>
Fri, 23 Sep 2011 17:15:05 +0000 (10:15 -0700)
commit6bffdb8b598a2399e57f6ca48660fb7bdb2490b5
tree5112db2529cd94fe9632bf781c07103e49a10849
parent89aa8fe4cb00d2f24260005b008602232d678684
Fix issue 5355047: Automated effect tests fail.

Fixed several regressions in automated audio effect tests due
to changes in effect framework and visualizer FFT output range.

- Do not suspend Volume effect on session 0 when effects are
enabled on specific sessions.
- Adapt energy detection thresholds to new visualizer FFT range.
- Leave more time for BassBoost and Virtualizer effects to ramp up
before measuring the effect.
- Removed second insert reverb left by mistake on the player session
in preset reverb test.

Change-Id: I7a1ad1372d783fa7900eb9dd1d3b47f54d8d766f
services/audioflinger/AudioFlinger.cpp