remove useless print
This commit is contained in:
parent
6ec01630c0
commit
ab422a283d
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ pub fn create_output(muted: bool) -> (AudioOutput, Stream) {
|
|||
stream_config.buffer_size =
|
||||
cpal::BufferSize::Fixed(DEFAULT_BUFFER_SIZE.min(*max).max(*min));
|
||||
}
|
||||
println!("got buffer size {:#?}", stream_config.buffer_size);
|
||||
|
||||
let (output, mut rx) = AudioOutput::new(sample_rate as f32, BUFFERS_PER_FRAME, DOWNSAMPLE_TYPE);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue