mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Minor documentation fix.
This commit is contained in:
+1
-1
@@ -641,7 +641,7 @@ The table below are the supported encoding backends:
|
|||||||
The code below is an example of how to enable encoding backends:
|
The code below is an example of how to enable encoding backends:
|
||||||
|
|
||||||
```c
|
```c
|
||||||
#include "dr_wav.h" // Enables WAV decoding.
|
#include "dr_wav.h" // Enables WAV encoding.
|
||||||
|
|
||||||
#define MINIAUDIO_IMPLEMENTATION
|
#define MINIAUDIO_IMPLEMENTATION
|
||||||
#include "miniaudio.h"
|
#include "miniaudio.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user