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)