When using the windows-asio API, it seems to ignore what deviceId I set when constructing the audio stream. It always picks a device that I don't have plugged in:
Error: RtApiAsio::probeDeviceOpen: error (Hardware input or output is not present or available.) initializing driver (ASIO 2.0 - ESI U24XL).
How can I solve this?
When using the
windows-asioAPI, it seems to ignore whatdeviceIdI set when constructing the audio stream. It always picks a device that I don't have plugged in:How can I solve this?