How can we use microphone in google colab?
问题 OSError Traceback (most recent call last) <ipython-input-21-4159a88154c9> in <module>() 7 response = google_images_download.googleimagesdownload() 8 r = sr.Recognizer() ----> 9 with sr.Microphone() as source: 10 print("Say something!") 11 audio = r.listen(source) /usr/local/lib/python3.6/dist-packages/speech_recognition/ init .py in init (self, device_index, sample_rate, chunk_size) 84 assert 0 <= device_index < count, "Device index out of range ({} devices available; device index should be