File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ Major and/or breaking changes to the Spatial_Audio_Framework are listed here.
99For descriptions of minor changes and bug fixes, please refer to the git log.
1010
1111====================================================================================================
12- v1.3.1
12+ v1.3.2
13+ - Reverted a change made to the getBinDecoder_MAGLS() function in the previous release
14+
15+ ====================================================================================================
16+ v1.3.1 (29th January 2024)
1317 - Added support for up to 10th order (or 128 channels) input/output for all relevant examples
1418 - Various bug fixes and minor optimisations all round
1519
Original file line number Diff line number Diff line change 9393
9494#define SAF_VERSION_MAJOR 1 /**< Major version */
9595#define SAF_VERSION_MINOR 3 /**< Minor version */
96- #define SAF_VERSION_PATCH 1 /**< Patch version */
96+ #define SAF_VERSION_PATCH 2 /**< Patch version */
9797#define SAF_VERSION_SPECIAL "" /**< Append text ("alpha", "beta", "") */
9898#define MKSTRING_ (s ) #s /**< Stringify */
9999#define MKSTRING (s ) MKSTRING_(s) /**< Stringify */
You can’t perform that action at this time.
0 commit comments