MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / has_vad_chunk_option

Function has_vad_chunk_option

app/cli/main.cpp:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 if (i != 0) {
369 std::cout << ",";
370 }
371 std::cout << inspection.capabilities.languages[i];
372 }
373 std::cout << "\n";
374 std::cout << "configs=" << inspection.discovered_configs.size() << "\n";
375 for (const auto & config : inspection.discovered_configs) {
376 std::cout << "config=" << config.id << ":" << config.path.string() << "\n";
377 }
378 std::cout << "weights=" << inspection.discovered_weights.size() << "\n";

Callers 1

mainFunction · 0.85

Calls 2

optional_path_argFunction · 0.85
find_argFunction · 0.70

Tested by

no test coverage detected