Skip to content

Commit 1991d62

Browse files
committed
bumped SAF version and updated changelog
1 parent 8f2be29 commit 1991d62

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
Major and/or breaking changes to the Spatial_Audio_Framework are listed here.
99
For descriptions of minor changes and bug fixes, please refer to the git log.
1010

11+
====================================================================================================
12+
v1.2.2
13+
- General documentation improvements, and also switched to a more modern doxygen theme
14+
- More Intel IPP functions are favoured and called if SAF_USE_INTEL_IPP is defined
15+
- Added a solo/mute feature for the ambi_enc and binauraliser examples
16+
- Some more minor optimisations
17+
1118
====================================================================================================
1219
v1.2.1
1320
- Added (optional) AVX and AVX-512 support, when using: SAF_ENABLE_SIMD

framework/include/saf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
#define SAF_VERSION_MAJOR 1 /**< Major version */
9393
#define SAF_VERSION_MINOR 2 /**< Minor version */
94-
#define SAF_VERSION_PATCH 1 /**< Patch version */
94+
#define SAF_VERSION_PATCH 2 /**< Patch version */
9595
#define SAF_VERSION_SPECIAL "" /**< Append text ("alpha", "beta", "") */
9696
#define MKSTRING_(s) #s /**< Stringify */
9797
#define MKSTRING(s) MKSTRING_(s) /**< Stringify */

0 commit comments

Comments
 (0)