spatialaudio / python-sounddevice

:sound: Play and Record Sound with Python :snake:
https://python-sounddevice.readthedocs.io/
MIT License
980 stars 145 forks source link

Select inport port on sounddevice #503

Open omc69 opened 7 months ago

omc69 commented 7 months ago

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

mgeier commented 4 months ago

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