We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm making a audio visualizer which works really well except i have a huge issue with the audio input side. I can use AudioInput in;
along with in = minim.getLineIn(Minim.STEREO)
which works but i have to make the stereo mix in the control panel to the default device, meaning i can't use my microphone anywhere else (like steam for instance - doesn't pick up the microphone).
Is there a way to get the audio input from the stereo mix without making it the default device?