We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2a464 commit d375b2dCopy full SHA for d375b2d
libDF/src/capi.rs
@@ -24,7 +24,7 @@ impl DFState {
24
} else {
25
None
26
};
27
- let mut r_params = RuntimeParams::default();
+ let mut r_params = RuntimeParams::default_with_ch(channels); //channel
28
r_params = r_params.with_atten_lim(atten_lim).with_thresholds(
29
-15.0f32, //min_db_thresh
30
35.0f32, //max_db_erb_thresh
0 commit comments