Type Alias Frame

Source
pub type Frame = Vec<i32>;
Expand description

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.

Aliased Typeยง

struct Frame { /* private fields */ }