Skip to content

Commit

Permalink
DEBUG12
Browse files Browse the repository at this point in the history
  • Loading branch information
Pehrsons committed Nov 6, 2023
1 parent 0347d99 commit f0c885e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2228,6 +2228,10 @@ impl ContextOps for AudioUnitContext {
);
}

if let Some(params) = input_stream_params {
cubeb_log!("stream_init input_channels={}", params.channels());
}

let in_stm_settings = if let Some(params) = input_stream_params {
let in_device =
match create_device_info(input_device as AudioDeviceID, DeviceType::INPUT) {
Expand Down

0 comments on commit f0c885e

Please sign in to comment.