# Uses the default microphone as the source to listen voice
with sr.Microphone() as source:
# Listening to the Microphone source
# Using Google Speech Recognization Service to recognize the Audio and Translate it to speech
speech = r.recognize_google(audio)