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

Function bark_get_audio_data

bark.cpp:2433–2438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2431}
2432
2433float* bark_get_audio_data(struct bark_context* bctx) {
2434 if (!bctx) {
2435 return nullptr;
2436 }
2437 return bctx->generated_audio;
2438}
2439
2440int bark_get_audio_data_size(struct bark_context* bctx) {
2441 if (!bctx || bctx->generated_audio == NULL) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected