portaudio / coreaudio device specification by name and not port? #385
-
In OSX, port audiodevice IDs change form time to time. Currently before stating UG I have to have a script interrogate the current port audio indexes to get the correct index ID for the device I want to use. Would it be possible and or beneficial to specify the device name?
so if I wnated to use my macbook pro microphone I would use
It would be awesome to call UG like this
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Actually, it is already implemented in 1.9.x versions (obviously also in continuous):
The usage is exactly as you write – |
Beta Was this translation helpful? Give feedback.
Actually, it is already implemented in 1.9.x versions (obviously also in continuous):
The usage is exactly as you write –
-s coreaudio:"MacBook Pro Microphone"
. (Note that I've noticed that the name doesn't work for the default one for now. I'll fix it, but it shouldn't be a big deal since you can still use-s coreaudio
…