PABannier / bark.cpp

Suno AI's Bark model in C/C++ for fast text-to-speech
MIT License
635 stars 49 forks source link

FEAT Implement Encodec model #45

Closed PABannier closed 11 months ago

PABannier commented 11 months ago

This PR is the final stretch of work to finalize the implementation of bark.cpp: implementing the Encodec model. I'll reuse most of the work made in encodec.cpp.