Skip to content

how to get channel name of audio device with ASIO driver? #348

Open
@bactone

Description

@bactone

hi, could anyone tell me how to get channel name of audio device with ASIO driver? or is it possible to do it with sounddevice?

for example, if we use:

sounddevice.query_devices()

to get device list, we can obtain all available devices , including those with ASIO driver:
69 Cube 6Nano, ASIO (20 in, 20 out)
we can see the above device contains 20 input channels and 20 output channels, we can use these channels with the corresponding channels index from 1 to 20, for example:

sd.play(data=pt, device='Cube 6Nano', samplerate=fs, blocking=True, mapping=[1], loop=False)

but one step further, how to get the corresponding channel names? in soundcheck, the channels of device with ASIO driver can be obtained as:
image

besides those channel names are also listed in the Built-in software of soundcard ICON nano6:
image

so how to get the channel names of audio devices ? pls help, thanks

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