Searched refs:sample_source (Results 1 – 1 of 1) sorted by relevance
185 let mut sample_source: Box<dyn Read> = match opts.file_type { in playback() localVariable230 let mut chunk = (&mut sample_source).take((frames * frame_size) as u64); in playback()