ddf / Minim

A Java audio library, designed to be used with Processing.
http://code.compartmental.net/tools/minim
GNU Lesser General Public License v3.0
668 stars 136 forks source link

[Solution] Multiple Audio Devices?! #125

Open g-l-i-t-c-h-o-r-s-e opened 9 months ago

g-l-i-t-c-h-o-r-s-e commented 9 months ago

Seems I have a working example here of using multiple virtual input audio devices in Minum; something I haven't seen anyone do yet :p Using Processing 4.3 on Win10

Could there be any improvements to this? Like the volume/amplitude values being printed could be more accurate I believe. Inspiration v1 v2

g-l-i-t-c-h-o-r-s-e commented 9 months ago

image btw I had to rename the playback devices or the script would try to set that as the input device instead and cause errors