This sketch demonstrates how to use the setInputMixer
method of Minim in conjunction with the getLineIn
method. By accessing the Mixer objects of Javasound,
you can find one that corresponds to the input mixer of the sound device
of your choice. You can then set this Mixer as the one
that Minim should use when creating an AudioInput
for you
This sketch uses controlP5 for the GUI, a user-contributed Processing library.
Source code: setInputMixer
Built with Processing