python-sounddevice icon indicating copy to clipboard operation
python-sounddevice copied to clipboard

Select inport port on sounddevice

Open omc69 opened this issue 1 year ago • 1 comments

Hi, I am using a RME Fireface Card with 18 In and Output ports. I there any chance to specify the Input Ports for recording ?

Best, Christian

omc69 avatar Nov 12 '23 19:11 omc69

In a platform-independent manner you can only specify the number of ports, starting with the first one.

There are some platform-specific options, though: https://python-sounddevice.readthedocs.io/en/0.4.6/api/platform-specific-settings.html

mgeier avatar Feb 02 '24 20:02 mgeier