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 Write generated wav file on disk #49

Closed PABannier closed 11 months ago

PABannier commented 11 months ago

This PR includes the dr_wav library and implements a function to write the generated audio array into a wav file.