Skip to content

Commit

Permalink
feat: Upgrade libjamesdsp and add support for compander time-freq tra…
Browse files Browse the repository at this point in the history
…nsforms
  • Loading branch information
timschneeb committed Jul 22, 2023
1 parent f17f69d commit aea428b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/cpp/libjamesdsp
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"/>
<!-- TODO enable when libjamesdsp supports it <ListPreference
<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 aea428b

Please sign in to comment.