Commit 4326fad9 authored by David Reid's avatar David Reid

Update links in readme.

parent 937cd9c1
...@@ -12,12 +12,12 @@ ...@@ -12,12 +12,12 @@
</p> </p>
<p align="center"> <p align="center">
<a href="#features">Features</a> -
<a href="#examples">Examples</a> - <a href="#examples">Examples</a> -
<a href="#building">Building</a> -
<a href="#documentation">Documentation</a> - <a href="#documentation">Documentation</a> -
<a href="#supported-platforms">Supported Platforms</a> - <a href="#supported-platforms">Supported Platforms</a> -
<a href="#backends">Backends</a> - <a href="#license">License</a>
<a href="#major-features">Major Features</a> -
<a href="#building">Building</a>
</p> </p>
miniaudio is written in C with no dependencies except the standard library and should compile clean on all major miniaudio is written in C with no dependencies except the standard library and should compile clean on all major
...@@ -198,9 +198,8 @@ miniaudio should compile clean on other platforms, but it will not include any s ...@@ -198,9 +198,8 @@ miniaudio should compile clean on other platforms, but it will not include any s
by default. To support that, you would need to implement a custom backend. You can do this without needing to by default. To support that, you would need to implement a custom backend. You can do this without needing to
modify the miniaudio source code. See the [custom_backend](examples/custom_backend.c) example. modify the miniaudio source code. See the [custom_backend](examples/custom_backend.c) example.
Backends Backends
======== --------
- WASAPI - WASAPI
- DirectSound - DirectSound
- WinMM - WinMM
......
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