Praveen

Results 1 issues of Praveen

Steps to reproduce ------------------ ```python import speech_recognition as sr r = sr.Recognizer() m = sr.Microphone() try: print("A moment of silence, please...") with m as source: r.adjust_for_ambient_noise(source) print("Set minimum energy threshold...

needinfo