PABannier / bark.cpp

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

thoughts on mars 5 tts? #183

Open bachittle opened 5 months ago

bachittle commented 5 months ago

https://github.com/Camb-ai/MARS5-TTS

cool new TTS model released recently. open source under the AGPL license. may be faster, more catered to TTS responses with good prosidy and emotiveness.

lin72h commented 5 months ago

I just checked, the quality is amazing, lots of nuances can be expressed. Just wondering how different from bark's architecture?

PABannier commented 4 months ago

Hi @bachittle ! Thanks for sharing, this is indeed very interesting.

I was having a look at Stable Audio these days (#180 ). Both Stable Audio and MARS5-TTS seem doable and feature diffusion modules. I'll try to have a look as soon as possible.