bastibe / SoundCard

A Pure-Python Real-Time Audio Library
https://soundcard.readthedocs.io
BSD 3-Clause "New" or "Revised" License
680 stars 69 forks source link

fix documentation on get_speaker and get_microphone, id cannot be an int (except for coreaudio) #102

Closed ipelupessy closed 4 years ago

ipelupessy commented 4 years ago

fixes #101

the device id in get_speaker and get_microphone cannot be an int index

bastibe commented 4 years ago

Brilliant! Thank you very much!