Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 520 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 520 Bytes

AVDECCSwift

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.