mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Update example 'ma_data_converter_uninit' call
This commit is contained in:
+1
-1
@@ -3003,7 +3003,7 @@ Something like the following may be more suitable depending on your requirements
|
|||||||
Do the following to uninitialize the data converter:
|
Do the following to uninitialize the data converter:
|
||||||
|
|
||||||
```c
|
```c
|
||||||
ma_data_converter_uninit(&converter);
|
ma_data_converter_uninit(&converter, NULL);
|
||||||
```
|
```
|
||||||
|
|
||||||
The following example shows how data can be processed
|
The following example shows how data can be processed
|
||||||
|
|||||||
Reference in New Issue
Block a user