From 1916f3da4856a380dc766308922cd46ce1b8d65d Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 9 Jan 2020 12:25:28 +1000 Subject: [PATCH] Version 0.9.9 --- LICENSE | 2 +- miniaudio.h | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 0d2895a5..aa2f82ce 100644 --- a/LICENSE +++ b/LICENSE @@ -29,7 +29,7 @@ For more information, please refer to =============================================================================== 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 this software and associated documentation files (the "Software"), to deal in diff --git a/miniaudio.h b/miniaudio.h index 080c1777..6cf56836 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -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. -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 @@ -35854,9 +35854,13 @@ Device /* REVISION HISTORY ================ -v0.9.9 - 20xx-xx-xx +v0.9.9 - 2020-01-09 - 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: Add support for controlling the session category (AVAudioSessionCategory) and options (AVAudioSessionCategoryOptions). - JACK: Fix bug where incorrect ports are connected. v0.9.8 - 2019-10-07 @@ -36248,7 +36252,7 @@ For more information, please refer to =============================================================================== 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 this software and associated documentation files (the "Software"), to deal in