I’m working on a project where I need to be able to change the device selected in the audio device out chop. For proof of concept I just copied and pasted the proper name for the devices by going down my device list, copying the name/info, and pasting it into a table, and referencing it from there.
I need to be able to generate a table automatically with the correct names for the devices. If there is another way I can reference those devices without their exact names (perhaps by index somehow?) that would work for me as well. I’ve been scouring around for a solution for a few hours, no luck.
Reason I need to generate the list automatically, is that I will be deploying to many systems, and it’s not feasible to manually enter in the exact name of the audio device into the network for each system.
Any help is much appreciated!