1
0
Fork 0
forked from len0rd/rockbox

[Bug Fix] haas surround use delay_ms instead of index surround_strength

this appears to be an old bug

rather than using an index use delay_ms directly

Change-Id: Ia4d0bf8eb8030d6ded08354abc31cc7ddefdda99
This commit is contained in:
William Wilgus 2022-12-13 18:15:07 -05:00 committed by William Wilgus
parent 5903cd4bc8
commit 626be18da0
2 changed files with 24 additions and 33 deletions

View file

@ -23,7 +23,7 @@
#include <stdbool.h>
void dsp_surround_enable(int var);
void dsp_surround_set_balance(int var);
void dsp_surround_set_balance(int delay_ms);
void dsp_surround_set_cutoff(int frq_l, int frq_h);
void dsp_surround_side_only(bool var);
void dsp_surround_mix(int var);