From e4f8310a337694abaa2a4c792ba3d30377a5924e Mon Sep 17 00:00:00 2001 From: "B.Jothin kumar" Date: Tue, 19 Oct 2021 15:37:20 +0530 Subject: [PATCH] Update Jarvis2.py --- Jarvis2.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Jarvis2.py b/Jarvis2.py index 4df92e5..d8f3fc8 100755 --- a/Jarvis2.py +++ b/Jarvis2.py @@ -79,7 +79,10 @@ def take_command(): print("Listening....") r.pause_threshold = 0.5 r.energy_threshold = 300 - # The default value as per speech_recognition documentation. Increase if application stops responding. + """The default value as per speech_recognition documentation. + Increase if application stops responding. and decrease if + assistant doesn't execute any command and just says next + command sir.""" audio = r.listen(source)