PABannier / bark.cpp

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

Seed value is not passed through #160

Closed jzeiber closed 2 months ago

jzeiber commented 2 months ago

When using -s NUM to set the seed on the command line, the seed value gets parsed, but in the bark_load_model function, the bark_context_default_params function is called, which resets the seed to 0.