Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync: update commit hash of encodec.cpp #129

Closed
wants to merge 1 commit into from
Closed

Conversation

PABannier
Copy link
Owner

No description provided.

@mattkanwisher
Copy link

/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
Copy link
Owner Author

Closing as this is solved with #139

@PABannier PABannier closed this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants