Writer impl

This commit is contained in:
Jamie Hardt
2020-12-25 21:58:22 -08:00
parent e4fc4732b5
commit 73d2cf8cd9
3 changed files with 103 additions and 16 deletions

View File

@@ -5,7 +5,6 @@ use std::fs::File;
use super::parser::Parser;
use super::fourcc::{FourCC, ReadFourCC, FMT__SIG,DATA_SIG, BEXT_SIG, LIST_SIG, JUNK_SIG, FLLR_SIG, CUE__SIG, ADTL_SIG};
use super::errors::Error as ParserError;
//use super::raw_chunk_reader::RawChunkReader;
use super::fmt::{WaveFmt, ChannelDescriptor, ChannelMask};
use super::bext::Bext;
use super::audio_frame_reader::AudioFrameReader;