AVDECCSwift is an async Swift wrapper around the L-Acoustics AVDECC library.
Note: currently this uses the C bindings for AVDECC, which results in some unnecessary copies and some slight impedence mismatches. As Swift's C++ interoperability improves to support virtual member functions and bridging blocks to std::function
, we will migrate this wrapper to use the native C++ library. This may result in some source-breaking changes to API consumers.