PABannier / encodec.cpp

Port of Meta's Encodec in C/C++
187 stars 15 forks source link

feat: decompress codes #21

Closed PABannier closed 10 months ago

PABannier commented 10 months ago

This PR introduces a public function in the Encodec API to reconstruct audio from codes (tokens). This is particularly useful for the bark.cpp project.