AI RESEARCH

Encodec.cpp, a portable C++ implementation of Meta's EnCodec using Eigen [P]

r/MachineLearning

I built a C++ implementation of Meta’s EnCodec using Eigen. Github: Motivation: - A lightweight implementation of EnCodec with no runtime dependencies, in C++ - No ML runtime - Easy integration in CMake project - Maximum performance on single-thread What it s: - State-of-the-art audio codec - Audio tokenizer - Performance comparable to or exceeding onnxruntime (in my tests) - Dynamic sizes (no batches though) - Weights are compiled into the binary. No need to worry about weights files I'm looking for some feedback. Thank you very much. submitted by /u/Competitive_Act5981 [link] [comments.