Skip to content

Commit

Permalink
fix: Hide time-freq transforms until libjamesdsp actually supports them
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jul 13, 2023
1 parent 6d57ae9 commit 46a480a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/xml/dsp_compander_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
app:seekBarIncrement="1"
app:showSeekBarValue="true"
app:iconSpaceReserved="false"/>
<ListPreference
<!-- TODO enable when libjamesdsp supports it <ListPreference
android:key="@string/key_compander_tftransforms"
android:title="@string/compander_tftransforms"
android:defaultValue="0"
android:entries="@array/compander_tf_transforms"
android:entryValues="@array/compander_tf_transforms_values"
app:useSimpleSummaryProvider="true"
app:iconSpaceReserved="false"/>
app:iconSpaceReserved="false"/>-->
<me.timschneeberger.rootlessjamesdsp.preference.CompanderPreference
android:key="@string/key_compander_response"
android:defaultValue="95.0;200.0;400.0;800.0;1600.0;3400.0;7500.0;0;0;0;0;0;0;0"
Expand Down

0 comments on commit 46a480a

Please sign in to comment.