mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2026-01-01 17:30:44 +00:00
Expose and rename the supported wave tags and UUIDs
This commit is contained in:
@@ -58,7 +58,10 @@ mod wavereader;
|
||||
mod wavewriter;
|
||||
|
||||
pub use bext::Bext;
|
||||
pub use common_format::CommonFormat;
|
||||
pub use common_format::{
|
||||
CommonFormat, WAVE_TAG_EXTENDED, WAVE_TAG_FLOAT, WAVE_TAG_MPEG, WAVE_TAG_PCM,
|
||||
WAVE_UUID_BFORMAT_FLOAT, WAVE_UUID_BFORMAT_PCM, WAVE_UUID_FLOAT, WAVE_UUID_MPEG, WAVE_UUID_PCM,
|
||||
};
|
||||
pub use cue::Cue;
|
||||
pub use errors::Error;
|
||||
pub use fmt::{ADMAudioID, ChannelDescriptor, ChannelMask, WaveFmt, WaveFmtExtended};
|
||||
|
||||
Reference in New Issue
Block a user