The EAR Production Suite is a set of VST® plugins and tools for producing immersive and personalizable audio content suitable for any Next Generation Audio codec. It is based on the Audio Definition Model (ITU-R BS.2076) and the ITU ADM Renderer (ITU-R BS.2127) and enables monitoring on any ITU-R BS.2051 loudspeaker configuration.
Fixes a number of warnings from dependencies and within the EPS
On macos with xcode 15 there are still spurious warnings about duplicate libraries during linking. This is due to a change in Apple's linker and will be fixed in the next release of CMake.
The remaining warnings about unhandled enums are useful, as they highlight areas of the code where we're currently choosing not to implement functionality, so I've not touched those.
Fixes a number of warnings from dependencies and within the EPS On macos with xcode 15 there are still spurious warnings about duplicate libraries during linking. This is due to a change in Apple's linker and will be fixed in the next release of CMake. The remaining warnings about unhandled enums are useful, as they highlight areas of the code where we're currently choosing not to implement functionality, so I've not touched those.