Fix for audio devices that contain a comma#1364
Conversation
Allow for a comma to be escaped with a backslash if it's part of an rtaudio device name.
For audio devices with a comma
|
Should have clarified that this is for specifying the device on the command line. (But the related bug makes that clear.) |
|
Also, just realised I've only tested this on linux and have assumed that a slash inside quotations ("\") will be interpreted the same way on the command line of each platform. (Does anyone know if that holds true on the windows command line?) |
|
Thanks guys! ran rtmode from command line, but I'm still getting that error about unescaped commas: "/usr/local/bin/jacktrip -C 47.95.31.155 --rtaudio --srate 48000 --bufsize 128 --audiodevice "Rogue Amoeba Software, Inc.: Loopback1","Rogue Amoeba Software, Inc.: Loopback1" -o 0 --sendchannels 2 --receivechannels 2 -q auto -r 1 -b 16 -z --bufstrategy 3 --udprt -K "ken5" chatGPT'd: so I tried that command line with the "\" character before the comma, and it worked! |
did you try Rouge Amoeba's Loopback ? device name reads as: |
Allow for a comma to be escaped with a backslash if it's part of an rtaudio device name. (Should fix #1363.)