1

Is it possible to, with the use of Processing and Minim (or other libraries / languages), create an AudioInput like object to monitor any and all audio output?

For example I am working on a visualizer of sorts, but would like to allow another application to be playing the music rather than using the Playback class or something of the like.

walshie4
  • 1,396
  • 2
  • 11
  • 16

1 Answers1

0

On a Mac, you can use Soundflower to redirect audio through virtual drivers. Otherwise look into JACK Audio

SnareHanger
  • 928
  • 11
  • 22
  • Yeah I've been using this for the time being, but was just wondering if there was a built-in fix for this as well. – walshie4 May 05 '14 at 21:25