Crate wavefile [] [src]

Reexports

pub use self::error::WaveError;

Modules

error

Structs

WaveFile
WaveFileIterator

An iterator which yields successive Frames of audio from the associated wavefile.

WaveInfo

Contains information included in the wavefile's header section, describing the format, sample size, and number of audio channels present.

Enums

Format
SpeakerPosition

Type Definitions

Frame

Represents a single frame of audio, containing one sample per audio channel. For example, a mono audio file will contain only one sample; a stereo file will contain two.