[ CCode ( has_target = false ) ]
public delegate void FormatUnpack (FormatInfo info, PackFlags flags, uint8[] dest, uint8[] data, int length)
Unpacks length
samples from the given data of format info
.
The samples will be unpacked into dest
which each channel interleaved. dest
should at least be big enough to
hold length
* channels * size(unpack_format) bytes.
info | |
flags | |
dest |
a destination array |
data |
pointer to the audio data |
length |
the amount of samples to unpack. |