From aaa0188da81056748ef8ffcd5ad86d6f4bffa6bd Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 17 Mar 2023 04:11:18 -0700 Subject: begin work disabling vad --- Whisper/API/MfStructs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Whisper/API') diff --git a/Whisper/API/MfStructs.h b/Whisper/API/MfStructs.h index c23d633..d2fee6b 100644 --- a/Whisper/API/MfStructs.h +++ b/Whisper/API/MfStructs.h @@ -19,6 +19,8 @@ namespace Whisper { // When the capture device supports stereo, keep stereo PCM samples in addition to mono Stereo = 1, + // Don't use voice activity detection (VAD). + DisableVAD = 2, }; // Parameters for audio capture -- cgit v1.2.3