Skip to content

Commit

Permalink
hotfix sample rate for jonathan attempt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Aug 4, 2024
1 parent 950f0f5 commit 887ae43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub fn get_output_config(device: &Device) -> (SampleFormat, StreamConfig) {
};
// println!("buffer size: {:?}", buffer_size);
let supported_config = StreamConfig {
channels,
1,
sample_rate,
buffer_size,
};
Expand Down

0 comments on commit 887ae43

Please sign in to comment.