ebu / ear-production-suite

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.
https://ear-production-suite.ebu.io/
GNU General Public License v3.0
102 stars 19 forks source link

Fix warnings #272

Closed rsjbailey closed 6 months ago

rsjbailey commented 7 months ago

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.