SampleFormat
EditSounds can store audio samples as 16 bit integers or 32 bit floats.
Value | Description |
f32 | 32 bit floating point samples (between -1.0 and 1.0). |
i16 | 16 bit integer samples (between -32768 and 32767). |
Sounds can store audio samples as 16 bit integers or 32 bit floats.
Value | Description |
f32 | 32 bit floating point samples (between -1.0 and 1.0). |
i16 | 16 bit integer samples (between -32768 and 32767). |