# Voice Activity Detection

In the whisper.cpp built used in this example, Voice Activity Detection does not exist.

```bash
mela@Cox:~/meetings/lib $ error: unknown argument: --vad

```

Voice Activity Detection, if present, enables whisper.cpp to only transcribe when somebody is actually talking, instead of also acting on silence or background noise. This preserves computing resources and reduces hallucinations while nobody is speaking.