Skip to main content

whisper_vad_detect_speech

Function whisper_vad_detect_speech 

Source
pub unsafe extern "C" fn whisper_vad_detect_speech(
    vad_ctx: *mut whisper_vad_context,
    samples: *const f32,
    n_samples: c_int,
) -> bool