cpal icon indicating copy to clipboard operation
cpal copied to clipboard

cpal::SampleFormat docs

Open ghost opened this issue 2 years ago • 0 comments

Hello!

I've been reading the docs but something doesn't make sense for me. In the src/samples_formats.rs file the range for i8, i16 and i32 goes from u8::MIN..u8::MAX, u16::MIN..u16::MAX, u32::MIN..u32::MAX. Is that correct? image

ghost avatar Mar 06 '24 22:03 ghost