How to use system audio as an AudioInput for Minim

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?

Tagged:
Sign In or Register to comment.