Commit c6fa7ee2 authored by David Reid's avatar David Reid

Minor update to the readme.

parent 7b9e3ca2
...@@ -207,7 +207,7 @@ When loading a decoder, miniaudio uses a trial and error technique to find the a ...@@ -207,7 +207,7 @@ When loading a decoder, miniaudio uses a trial and error technique to find the a
backend. This can be unnecessarily inefficient if the type is already known. In this case you can backend. This can be unnecessarily inefficient if the type is already known. In this case you can
use the `_wav`, `_mp3`, etc. varients of the aforementioned initialization APIs: use the `_wav`, `_mp3`, etc. varients of the aforementioned initialization APIs:
```c ```
ma_decoder_init_wav() ma_decoder_init_wav()
ma_decoder_init_mp3() ma_decoder_init_mp3()
ma_decoder_init_memory_wav() ma_decoder_init_memory_wav()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment