Documentation

This commit is contained in:
Jamie Hardt
2020-12-26 00:24:56 -08:00
parent ea9a0b6cbe
commit 15b4ccf851
4 changed files with 43 additions and 26 deletions

View File

@@ -124,7 +124,7 @@ mod wavewriter;
pub use errors::Error;
pub use wavereader::WaveReader;
pub use wavewriter::WaveWriter;
pub use wavewriter::{WaveWriter, AudioFrameWriter};
pub use bext::Bext;
pub use fmt::{WaveFmt, WaveFmtExtended, ChannelDescriptor, ChannelMask, ADMAudioID};
pub use common_format::CommonFormat;