diff options
| author | yum <yum.food.vr@gmail.com> | 2023-03-17 04:11:18 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-03-17 04:11:18 -0700 |
| commit | aaa0188da81056748ef8ffcd5ad86d6f4bffa6bd (patch) | |
| tree | 7f324c5031b6100d1158a4d7f0550ff5b0bd2e29 /Whisper/API | |
| parent | 5e30b2366a4a320f59ed7e0bfcfe72f5f8c9d108 (diff) | |
begin work disabling vad
Diffstat (limited to 'Whisper/API')
| -rw-r--r-- | Whisper/API/MfStructs.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
