Update documentation.

This commit is contained in:
David Reid
2020-08-22 17:49:46 +10:00
parent e34171fa31
commit 1ea2ee3caf
-3
View File
@@ -607,9 +607,6 @@ To perform the conversion simply call `ma_channel_converter_process_pcm_frames()
It is up to the caller to ensure the output buffer is large enough to accomodate the new PCM frames.
The only formats supported are `ma_format_s16` and `ma_format_f32`. If you need another format you need to convert your data manually which you can do with
`ma_pcm_convert()`, etc.
Input and output PCM frames are always interleaved. Deinterleaved layouts are not supported.