Spatial_Audio_Framework
Spatial_Audio_Framework copied to clipboard
A cross-platform framework for developing spatial audio algorithms and software in C/C++
When trying to execute the script install-safmkl.bat on Windows 11 (Visual Studio 2022) it fails with the following error: `NMAKE : fatal error U1073: don't know how to make 'intel64'`...
https://github.com/leomccormack/Spatial_Audio_Framework/blob/e1ddc199313594e92b304d54dcfdc4b6125343aa/examples/include/ambi_dec.h#L343 Since there is another NormType
## Description As far as I can tell, the table `__Tdesign_degree_100_dirs_deg[5100][2]` in `saf_utility_loudspeaker_presets.c` is having only 5099 entries. Most likely, the table will be filled by a `{0.0f, 0.0f}` entry...
## Problem to Solve Currently, a Left-Right symmetric loudspeaker geometry may end up in an AllRAD designed decoder without Left-Right symmetry. As far as I understand, this may happen during...
Hello, thank you for making this framework open and available! Sorry for the specific question, but after days of trying I have been unable to get a standalone implementation of...
## Description Using a HRTF from the [SONICOM HRTF dataset](https://www.axdesign.co.uk/tools-and-devices/sonicom-hrtf-dataset) will throw an exception (access violation). This has been tested with multiple HRTFs from the mentioned dataset. ## Environment 1....
## Description I may be mistaken, but it looks like the octave band splitting may not be writing the filtered signals out, but rather just copying the input to the...
Please replace every line in curly brackets ( { like this } ) with an appropriate description, and remove this line. ## What is the goal of this PR? Handle...
## Description Intel oneAPI Toolkit no longer available for macOS (see https://github.com/leomccormack/SPARTA/issues/90). However, the current construction of the CMake config sets SAF_PERFORMANCE_LIB to SAF_USE_INTEL_MKL_LP64 as default on Apple while building...