SampleFormat

Edit

Sounds can store audio samples as 16 bit integers or 32 bit floats.

ValueDescription
f32 32 bit floating point samples (between -1.0 and 1.0).
i16 16 bit integer samples (between -32768 and 32767).

See also