summaryrefslogtreecommitdiff
path: root/src/com/android/musicfx/ControlPanelEffect.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/musicfx/ControlPanelEffect.java')
-rw-r--r--src/com/android/musicfx/ControlPanelEffect.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/musicfx/ControlPanelEffect.java b/src/com/android/musicfx/ControlPanelEffect.java
index 25845b8..e3b2e6b 100644
--- a/src/com/android/musicfx/ControlPanelEffect.java
+++ b/src/com/android/musicfx/ControlPanelEffect.java
@@ -111,7 +111,7 @@ public class ControlPanelEffect {
// Defaults
final static boolean GLOBAL_ENABLED_DEFAULT = false;
private final static boolean VIRTUALIZER_ENABLED_DEFAULT = true;
- private final static int VIRTUALIZER_STRENGTH_DEFAULT = 1000;
+ private final static int VIRTUALIZER_STRENGTH_DEFAULT = 0;
private final static boolean BASS_BOOST_ENABLED_DEFAULT = true;
private final static int BASS_BOOST_STRENGTH_DEFAULT = 667;
private final static boolean PRESET_REVERB_ENABLED_DEFAULT = false;