Commit 732172f8 authored by David Reid's avatar David Reid

Minor fixes to release notes.

parent bedcb169
...@@ -29,7 +29,7 @@ better to get this out of the road now rather than later. Also, since there are ...@@ -29,7 +29,7 @@ better to get this out of the road now rather than later. Also, since there are
I think it's better to just get the namespace change over and done with at the same time as the full-duplex changes. I'm hoping I think it's better to just get the namespace change over and done with at the same time as the full-duplex changes. I'm hoping
this will be the last of the major API changes. Fingers crossed! this will be the last of the major API changes. Fingers crossed!
The implementation define is now "#define MINIAUDIO_IMPLEMENTATION". You can also use "#define MA_IMPLEMENTATION" if that' The implementation define is now "#define MINIAUDIO_IMPLEMENTATION". You can also use "#define MA_IMPLEMENTATION" if that's
your preference. your preference.
...@@ -124,7 +124,7 @@ Miscellaneous Changes ...@@ -124,7 +124,7 @@ Miscellaneous Changes
--------------------- ---------------------
The following miscellaneous changes have also been made. The following miscellaneous changes have also been made.
- The AAudio backend has been added for Android 8 and above. This is Androids new "High-Performance Audio" API. (For the - The AAudio backend has been added for Android 8 and above. This is Android's new "High-Performance Audio" API. (For the
record, this is one of the nicest audio APIs out there, just behind the BSD audio APIs). record, this is one of the nicest audio APIs out there, just behind the BSD audio APIs).
- The WebAudio backend has been added. This is based on ScriptProcessorNode. This removes the need for SDL. - The WebAudio backend has been added. This is based on ScriptProcessorNode. This removes the need for SDL.
- The SDL and OpenAL backends have been removed. These were originally implemented to add support for platforms for which miniaudio - The SDL and OpenAL backends have been removed. These were originally implemented to add support for platforms for which miniaudio
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