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

Function bark_get_audio_data_size

bark.cpp:2440–2445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2438}
2439
2440int bark_get_audio_data_size(struct bark_context* bctx) {
2441 if (!bctx || bctx->generated_audio == NULL) {
2442 return 0;
2443 }
2444 return bctx->n_generated_samples;
2445}
2446
2447int64_t bark_get_load_time(struct bark_context* bctx) {
2448 if (!bctx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected