From 1ea2ee3cafafd3f582f637fe259267e43e6d8f0b Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 22 Aug 2020 17:49:46 +1000 Subject: [PATCH] Update documentation. --- miniaudio.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index fbdc83d9..17325a77 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -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.