Function awedio::sounds::open_file_with_buffer_capacity

source ยท
pub fn open_file_with_buffer_capacity<P: AsRef<Path>>(
    path: P,
    buffer_capacity: usize
) -> Result<Box<dyn Sound>, Error>
Expand description

Same as open_file but with an explicit BufReader capacity.