mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2026-01-01 09:20:45 +00:00
Merge branch 'candidate-v1' into HEAD
This commit is contained in:
@@ -35,12 +35,6 @@ Apps we test against:
|
||||
[github]: https://github.com/iluvcapra/bwavfile
|
||||
*/
|
||||
|
||||
// #![feature(external_doc)]
|
||||
|
||||
// #[doc(include="../README.md")]
|
||||
// #[cfg(doctest)]
|
||||
// pub struct ReadmeDoctests;
|
||||
|
||||
extern crate encoding;
|
||||
extern crate byteorder;
|
||||
extern crate uuid;
|
||||
|
||||
@@ -120,6 +120,10 @@ impl<R: Read + Seek> AudioFrameReader<R> {
|
||||
Ok( 0 )
|
||||
}
|
||||
}
|
||||
|
||||
pub fn read_float_frame(&mut self, buffer:&mut [f32]) -> Result<u64, Error> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
/// Wave, Broadcast-WAV and RF64/BW64 parser/reader.
|
||||
|
||||
Reference in New Issue
Block a user