MCPcopy Create free account
hub / github.com/RunanywhereAI/RCLI / rcli_get_audio_level

Function rcli_get_audio_level

src/api/rcli_api.cpp:2893–2897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2891}
2892
2893float rcli_get_audio_level(RCLIHandle handle) {
2894 if (!handle) return 0.0f;
2895 auto* engine = static_cast<RCLIEngine*>(handle);
2896 return engine->pipeline.audio().get_rms();
2897}
2898
2899int rcli_is_using_parakeet(RCLIHandle handle) {
2900 if (!handle) return 0;

Callers 3

cmd_listenFunction · 0.85
cmd_mic_testFunction · 0.85
runMethod · 0.85

Calls 1

get_rmsMethod · 0.80

Tested by

no test coverage detected