PABannier / bark.cpp

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

Integrate with Vits.cpp to use Vits / Piper models #136

Open danemadsen opened 3 months ago

danemadsen commented 3 months ago

It might be helpful for your project to integrate the code from Vits.cpp into yours

https://github.com/maxilevi/vits.cpp

This would allow you to run vits / piper models

PABannier commented 2 months ago

Very interesting. We could certainly try to integrate vits.cpp with the help of @maxilevi !