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.
9
9
For descriptions of minor changes and bug fixes, please refer to the git log.
10
10
11
11
====================================================================================================
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)
13
17
- Added support for up to 10th order (or 128 channels) input/output for all relevant examples
14
18
- Various bug fixes and minor optimisations all round
15
19
Original file line number Diff line number Diff line change 93
93
94
94
#define SAF_VERSION_MAJOR 1 /**< Major version */
95
95
#define SAF_VERSION_MINOR 3 /**< Minor version */
96
- #define SAF_VERSION_PATCH 1 /**< Patch version */
96
+ #define SAF_VERSION_PATCH 2 /**< Patch version */
97
97
#define SAF_VERSION_SPECIAL "" /**< Append text ("alpha", "beta", "") */
98
98
#define MKSTRING_ (s ) #s /**< Stringify */
99
99
#define MKSTRING (s ) MKSTRING_(s) /**< Stringify */
You can’t perform that action at this time.
0 commit comments