From 98b2ffb06b5dbc69de8f3d81f783e1d0fddc5dd8 Mon Sep 17 00:00:00 2001 From: "B.Jothin kumar" Date: Tue, 19 Oct 2021 12:57:59 +0530 Subject: [PATCH] Update Jarvis2.py --- Jarvis2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Jarvis2.py b/Jarvis2.py index a79865d..f21f87c 100755 --- a/Jarvis2.py +++ b/Jarvis2.py @@ -78,6 +78,7 @@ def take_command(): with sr.Microphone() as source: print("Listening....") r.pause_threshold = 0.5 + r.energy_threshold = int(config['DEFAULT']['energy_threshold']) audio = r.listen(source) print("Recognizing....")