Closed
Description
Similar to #165, we should give more information for AudioSampleFormats.
@padenot wrote:
We'll need to explain what interleaved and planar are. Also how does those data types hold audio: for example, 16-bit is linear audio from in [-65536, 65536], but the FLT variants only use [-1.0, 1.0] in general (but it can easily go outside this). And also S32 is only expected to use 24-bits probably?