pyaudio_portaudio
pyaudio_portaudio copied to clipboard
Is it possible to get_default_output_device_info, but specify a device using WASAPI?
Right now, Im looping through every audio device, comparing the name of the default output device to the one at the index, checking if they match, and then checking if the one at index is using WASAPI. If it does, then I set it as the default output device to make sure the device can be used with Loopback in my program. Its quite the janky solution, and doesn't seem to work on different pc's than my own, so I'd like to make it as flexible as possible when it comes to working on other pcs.