Structuring Readme

This commit is contained in:
Jamie Hardt
2021-01-02 15:44:05 -08:00
parent b160284e21
commit 2780bfb31b
2 changed files with 29 additions and 55 deletions

View File

@@ -106,4 +106,8 @@ impl<R: Read + Seek> AudioFrameReader<R> {
Ok( 0 )
}
}
pub fn read_float_frame(&mut self, buffer:&mut [f32]) -> Result<u64, Error> {
todo!()
}
}