On my system (Linux) my audio device index is not 0. I changed the default to None instead of 0 and, if not specified, it now uses pyaudio's get_default_input_device_info() call to determine the index.
(We ended up doing the same thing in Laion "bud-e" before).
On my system (Linux) my audio device index is not 0. I changed the default to None instead of 0 and, if not specified, it now uses pyaudio's
get_default_input_device_info()
call to determine the index. (We ended up doing the same thing in Laion "bud-e" before).