MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / mtmd_support_audio

Function mtmd_support_audio

subprojects/llama.cpp/tools/mtmd/mtmd.cpp:890–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890bool mtmd_support_audio(mtmd_context * ctx) {
891 return ctx->ctx_a != nullptr;
892}
893
894int mtmd_get_audio_bitrate(mtmd_context * ctx) {
895 if (!ctx->ctx_a) {

Callers 2

mainFunction · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected