diff options
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 |
