diff options
| author | Christos Papageorgiou <root.expert.xda@gmail.com> | 2019-07-18 15:38:47 +0300 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2019-07-19 14:53:49 +0200 |
| commit | 88b82f878a8650d94ad6d2c1aabcb6b9cb173cf1 (patch) | |
| tree | 61c141477aa6eb5707f33495475b9a1915fbdb51 | |
| parent | cf9b704121fc2172cf67d67ac10775900561f20a (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.xml | 2 |
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" |
