MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / bark_context_params

Class bark_context_params

examples/main/main.cpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 // initialize bark context
41 struct bark_context_params ctx_params = bark_context_default_params();
42
43 ctx_params.verbosity = verbosity;
44 ctx_params.progress_callback = bark_print_progress_callback;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected