PABannier / bark.cpp

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

sync: update commit hash of encodec.cpp #129

Closed PABannier closed 2 months ago

mattkanwisher commented 3 months ago

/Users/runner/work/bark.cpp/bark.cpp/bark/bark.cpp:2048:43: error: use of undeclared identifier 'encodec_verbosity_level'; did you mean 'bark_verbosity_level'? encodec_model_path, n_gpu_layers, encodec_verbosity_level::LOW); ^~~~~~~ bark_verbosity_level /Users/runner/work/bark.cpp/bark.cpp/bark/./bark.h:23:12: note: 'bark_verbosity_level' declared here enum class bark_verbosity_level { ^ /Users/runner/work/bark.cpp/bark.cpp/bark/bark.cpp:2047:37: error: no matching function for call to 'encodec_load_model' struct encodec_context ectx = encodec_load_model( ^~~~~~ /Users/runner/work/bark.cpp/bark.cpp/encodec.cpp/./encodec.h:193:26: note: candidate function not viable: requires 2 arguments, but 3 were provided struct encodec_context encodec_load_model( ^ /Users/runner/work/bark.cpp/bark.cpp/bark/bark.cpp:2060:5: error: use of undeclared identifier 'encodec_set_sample_rate' encodec_set_sample_rate(ectx, sample_rate);

PABannier commented 2 months ago

Closing as this is solved with #139