Home
last modified time | relevance | path

Searched refs:temporary_channel_buffer (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/webaudio/
H A Dmod.rs246 let mut temporary_channel_buffer = vec![0f32; buffer_size_frames]; in build_output_stream_raw() localVariable
304 temporary_channel_buffer[i] = in build_output_stream_raw()
308 .copy_to_channel(&mut temporary_channel_buffer, channel as i32) in build_output_stream_raw()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/webaudio/
H A Dmod.rs246 let mut temporary_channel_buffer = vec![0f32; buffer_size_frames]; in build_output_stream_raw() localVariable
304 temporary_channel_buffer[i] = in build_output_stream_raw()
308 .copy_to_channel(&mut temporary_channel_buffer, channel as i32) in build_output_stream_raw()