PABannier / bark.cpp

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

FEAT Add history prompts for custom voices #84

Open PABannier opened 1 year ago

PABannier commented 1 year ago

This PR adds support to custom voices by introducing tokens from historic prompts. Closes #68 Closes #61

acheong08 commented 6 months ago

To what extent does this currently work as is?

PABannier commented 5 months ago

@acheong08 This does not work at all for now. This is not a top priority issue for me at the moment. But I'm happy to guide you in the process if you want to give it a try.

dendroman commented 3 months ago

I'm interested in this, but not very good with cpp. Any guidance is welcome!