Open
Description
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:
besides those channel names are also listed in the Built-in software of soundcard ICON nano6:
so how to get the channel names of audio devices ? pls help, thanks
Metadata
Metadata
Assignees
Labels
No labels