PABannier / bark.cpp

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

Add ability to cancel #158

Open sindresorhus opened 2 months ago

sindresorhus commented 2 months ago

Something similar to what's done in Whisper.cpp: https://github.com/ggerganov/whisper.cpp/blob/b0c3cbf2e851cf232e432b590dcc514a689ec028/whisper.h#L561-L562