Documentation and exposure

Documentation in the fmt module has been improved.

ReadWaveData trait is now public.

The
This commit is contained in:
Jamie Hardt
2023-06-02 11:06:53 -07:00
parent c1d2b2c836
commit b8a428e757
2 changed files with 3 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ pub use common_format::{
};
pub use cue::Cue;
pub use errors::Error;
pub use fmt::{ADMAudioID, ChannelDescriptor, ChannelMask, WaveFmt, WaveFmtExtended};
pub use fmt::{ADMAudioID, ChannelDescriptor, ChannelMask, WaveFmt, WaveFmtExtended, ReadWavAudioData};
pub use sample::{Sample, I24};
pub use wavereader::{AudioFrameReader, WaveReader};
pub use wavewriter::{AudioFrameWriter, WaveWriter};