From 062fbf4ce364cd2a6d85667c0cab685e66ee454c Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Mon, 13 May 2024 17:20:50 +0100 Subject: [PATCH] fixed header for VAD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce1236ab0..10414a84d 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ One way to get up and running quickly with WebRTC is to sign up for a Daily deve Sign up [here](https://dashboard.daily.co/u/signup) and [create a room](https://docs.daily.co/reference/rest-api/rooms) in the developer Dashboard. -### What is VAD? +## What is VAD? Voice Activity Detection — very important for knowing when a user has finished speaking to your bot. If you are not using press-to-talk, and want Pipecat to detect when the user has finished talking, VAD is an essential component for a natural feeling conversation.