Version 0.11.0

This commit is contained in:
David Reid
2021-12-18 21:19:34 +10:00
parent 042fe95b70
commit c9a4f21e4e
3 changed files with 21222 additions and 4151 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file. Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file.
miniaudio - v0.11.0 - TBD miniaudio - v0.11.0 - 2021-12-18
David Reid - mackron@gmail.com David Reid - mackron@gmail.com
@@ -88904,7 +88904,7 @@ issues with certain devices and configurations. These can be individually enable
/* /*
REVISION HISTORY REVISION HISTORY
================ ================
v0.11.0 - TBD v0.11.0 - 2021-12-18
- Add a node graph system for advanced mixing and effect processing. - Add a node graph system for advanced mixing and effect processing.
- Add a resource manager for loading and streaming sounds. - Add a resource manager for loading and streaming sounds.
- Add a high level engine API for sound management and mixing. This wraps around the node graph - Add a high level engine API for sound management and mixing. This wraps around the node graph