Sound input name

Is it possible to specify the sound.inputDevice by name and not by number? The order of the input devices shifts on my computer but when I try and enter a device name I get an error saying inuptDevice only accepts an integer.

Thanks

Hi @larry,

You can use this and select by your device name.

Cheers
— mnse

2 Likes

Hi Mnse

Thanks for your response.
I’m having trouble using sound.list(filter).
If I use sound.list(“Default Audio Device”) I get the error - the function “list()” does not expect any parameters.

Thanks
Rhian

Hi @larry,

Which version of processing and processing sound you are using?

Cheers
— mnse