Type Definition wavefile::Frame [] [src]

type Frame = Vec<i32>;

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.