Skip to content

Windows 11 ASIO devices not recognized #471

@beisenreich

Description

@beisenreich

There appears to be an issue with using ASIO devices on windows 11 with the expyfun sound_controller _rtmixer.

  1. It should be noted that the current release of sounddevice has ASIO disabled as default (see issue 496 ).

  2. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions