From 56e41a0fde20c32fa8b84128cfdde51d667ea758 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 19 Jan 2022 19:10:45 +0000 Subject: [PATCH] Update example 'ma_data_converter_uninit' call --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index f90b9f84..c2deded8 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -3003,7 +3003,7 @@ Something like the following may be more suitable depending on your requirements Do the following to uninitialize the data converter: ```c - ma_data_converter_uninit(&converter); + ma_data_converter_uninit(&converter, NULL); ``` The following example shows how data can be processed