mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2026-01-01 17:30:44 +00:00
Implementation of complex formats
This commit is contained in:
@@ -27,7 +27,7 @@ fn test_format_silence() -> Result<(),Error> {
|
||||
|
||||
assert_eq!(format.sample_rate, 44100);
|
||||
assert_eq!(format.channel_count, 1);
|
||||
assert_eq!(format.tag, 1);
|
||||
assert_eq!(format.tag as u16, 1);
|
||||
Ok( () )
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user