-
Notifications
You must be signed in to change notification settings - Fork 26
Windows 11 ASIO devices not recognized #471
Copy link
Copy link
Open
Description
There appears to be an issue with using ASIO devices on windows 11 with the expyfun sound_controller _rtmixer.
-
It should be noted that the current release of sounddevice has ASIO disabled as default (see issue 496 ).
-
Rolling back sounddevice to version 0.4.7 produces the following behavior:
i. running python(3.11) and importing expyfun in the initial call to _rtmixer.py, ASIO devices are not found by sounddevice.query_devices() (line 55)
ii. when running python(3.11) and importing sounddevice and rtmixer directly, sounddevice.query_devices() does return the ASIO devices, and playback through the ASIO soundcard works
Has anyone else encountered this issue?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels