Skip to content

Commit

Permalink
channel
Browse files Browse the repository at this point in the history
  • Loading branch information
whyb authored and Rikorose committed Oct 17, 2024
1 parent 8c2a464 commit d375b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libDF/src/capi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl DFState {
} else {
None
};
let mut r_params = RuntimeParams::default();
let mut r_params = RuntimeParams::default_with_ch(channels); //channel
r_params = r_params.with_atten_lim(atten_lim).with_thresholds(
-15.0f32, //min_db_thresh
35.0f32, //max_db_erb_thresh
Expand Down

0 comments on commit d375b2d

Please sign in to comment.