Version 0.9.9

This commit is contained in:
David Reid
2020-01-09 12:25:28 +10:00
parent 2b526f6945
commit 1916f3da48
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ For more information, please refer to <http://unlicense.org/>
=============================================================================== ===============================================================================
ALTERNATIVE 2 - MIT No Attribution ALTERNATIVE 2 - MIT No Attribution
=============================================================================== ===============================================================================
Copyright 2019 David Reid Copyright 2020 David Reid
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in this software and associated documentation files (the "Software"), to deal in
+7 -3
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 (formerly mini_al) - v0.9.9 - 20xx-xx-xx miniaudio (formerly mini_al) - v0.9.9 - 2020-01-09
David Reid - davidreidsoftware@gmail.com David Reid - davidreidsoftware@gmail.com
@@ -35854,9 +35854,13 @@ Device
/* /*
REVISION HISTORY REVISION HISTORY
================ ================
v0.9.9 - 20xx-xx-xx v0.9.9 - 2020-01-09
- Fix compilation errors with MinGW. - Fix compilation errors with MinGW.
- Fix compilation errors when compiling on Apple platforms.
- WASAPI: Add support for disabling hardware offloading.
- WASAPI: Add support for disabling automatic stream routing.
- Core Audio: Fix bugs in the case where the internal device uses deinterleaved buffers. - Core Audio: Fix bugs in the case where the internal device uses deinterleaved buffers.
- Core Audio: Add support for controlling the session category (AVAudioSessionCategory) and options (AVAudioSessionCategoryOptions).
- JACK: Fix bug where incorrect ports are connected. - JACK: Fix bug where incorrect ports are connected.
v0.9.8 - 2019-10-07 v0.9.8 - 2019-10-07
@@ -36248,7 +36252,7 @@ For more information, please refer to <http://unlicense.org/>
=============================================================================== ===============================================================================
ALTERNATIVE 2 - MIT No Attribution ALTERNATIVE 2 - MIT No Attribution
=============================================================================== ===============================================================================
Copyright 2019 David Reid Copyright 2020 David Reid
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in this software and associated documentation files (the "Software"), to deal in