Fixed thinko in documentation

This commit is contained in:
Jamie Hardt
2020-11-27 22:32:55 -08:00
parent 5f69ec8c61
commit a4c4936665

View File

@@ -67,7 +67,7 @@ impl<R: Read + Seek> AudioFrameReader<R> {
///
/// Regardless of the number of bits in the audio sample, this method
/// always writes `i32` samples back to the buffer. These samples are
/// written back "left-aligned" so samples that are shorter than i32
/// written back "right-aligned" so samples that are shorter than i32
/// will leave the MSB bits empty.
///
/// For example: A full-code sample in 16 bit (0xFFFF) will be written