Encodec.cpp, a portable C++ implementation of Meta's EnCodec using Eigen [P]
A C++ implementation of Meta's EnCodec audio codec has been developed, aiming for portability and high performance without external machine learning runtimes. This project, available on GitHub, compiles model weights directly into the binary for easier integration into CMake projects. The developer is seeking feedback on the implementation, which reportedly matches or exceeds the performance of ONNX Runtime. AI
IMPACT Provides a more accessible and performant C++ implementation of a state-of-the-art audio codec for developers.