File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-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.3
13+ - Bug fix in invertLsMtx2D() and invertLsMtx3D()
14+ - Added install-safipp.bat script for building a custom Intel IPP dll for SAF for Windows
15+
1116====================================================================================================
1217v1.2.2
1318 - General documentation improvements, and also switched to a more modern doxygen theme
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 2 /**< Patch version */
94+ #define SAF_VERSION_PATCH 3 /**< 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