Wavewriter impl

This commit is contained in:
Jamie Hardt
2020-12-25 18:31:17 -08:00
parent 9a275a69c3
commit 1219a4162f
2 changed files with 84 additions and 74 deletions

View File

@@ -106,6 +106,7 @@ pub const FACT_SIG: FourCC = FourCC::make(b"fact");
pub const JUNK_SIG: FourCC = FourCC::make(b"JUNK");
pub const FLLR_SIG: FourCC = FourCC::make(b"FLLR");
pub const ELM1_SIG: FourCC = FourCC::make(b"elm1");
pub const LIST_SIG: FourCC = FourCC::make(b"LIST");
pub const CUE__SIG: FourCC = FourCC::make(b"cue ");