summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Papageorgiou <root.expert.xda@gmail.com>2019-07-18 15:38:47 +0300
committerJulian Veit <claymore1298@gmail.com>2019-07-19 14:53:49 +0200
commit88b82f878a8650d94ad6d2c1aabcb6b9cb173cf1 (patch)
tree61c141477aa6eb5707f33495475b9a1915fbdb51
parentcf9b704121fc2172cf67d67ac10775900561f20a (diff)
JamesDSP: Switch to 4096 taps default filter type.
* As default cutoff frequency is 55Hz you can't choose 2048 taps filter. This is only possible if cutoff frequency is above 90Hz. So switch to 4096 so not to confuse users.
-rw-r--r--app/src/main/res/xml/advanced_preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/advanced_preferences.xml b/app/src/main/res/xml/advanced_preferences.xml
index 20eaaaa..e87aef4 100644
--- a/app/src/main/res/xml/advanced_preferences.xml
+++ b/app/src/main/res/xml/advanced_preferences.xml
@@ -58,7 +58,7 @@
<PreferenceCategory android:title="@string/pref_bassboost_title">
<james.dsp.preference.SummariedListPreference
- android:defaultValue="0"
+ android:defaultValue="1"
android:dialogTitle="@string/dialog_filtertype"
android:entries="@array/bassboost_filtertype"
android:entryValues="@array/bassboost_filtertype_values"