File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 88Major 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
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====================================================================================================
1219v1.2.1
1320 - Added (optional) AVX and AVX-512 support, when using: SAF_ENABLE_SIMD
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments