@@ -558,18 +558,14 @@ If you want to loop back to the start, you can simply seek back to the first PCM
```
When loading a decoder, miniaudio uses a trial and error technique to find the appropriate decoding 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:
is already known. In this case you can use `encodingFormat` variable in the device config to specify a specific encoding format you want to decode: