Type Definition rmp3::Sample[][src]

type Sample = i16;

Conditional type used to represent one PCM sample in output data.

Normally a signed 16-bit integer (i16), but if the "float" feature is enabled, it's a 32-bit single-precision float (f32).