Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
890
bool mtmd_support_audio(mtmd_context * ctx) {
891
return ctx->ctx_a != nullptr;
892
}
893
894
int mtmd_get_audio_bitrate(mtmd_context * ctx) {
895
if (!ctx->ctx_a) {
Callers
2
main
Function · 0.85
init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected