Skip to content

Commit d375b2d

Browse files
whybRikorose
authored andcommitted
channel
1 parent 8c2a464 commit d375b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libDF/src/capi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl DFState {
2424
} else {
2525
None
2626
};
27-
let mut r_params = RuntimeParams::default();
27+
let mut r_params = RuntimeParams::default_with_ch(channels); //channel
2828
r_params = r_params.with_atten_lim(atten_lim).with_thresholds(
2929
-15.0f32, //min_db_thresh
3030
35.0f32, //max_db_erb_thresh

0 commit comments

Comments
 (0)