libear
libear copied to clipboard
A C++11 library to render ADM content according to Recommendation ITU-R BS.2127
this call is missing: https://github.com/ebu/ebu_adm_renderer/blob/5618893de8e942c77200bb54ddbbf2505dc8e04f/ear/core/point_source.py#L470 depends on #22
- add `ear::isSupportedLayout` to bs2051 module, to check that layout meets bs.2051 requirements. - use this in point source panner to issue a warning for unknown layouts. Warnings are made...
This is no longer needed at run-time, as we can just use the convex hull for all layouts, but we can use it for testing. See discussion in #20.
- Prefer directly including dependencies.