I'm using the java sound w/ some Tritonus and JavaFx too, for a college project, and I've searched high and low for an answer. Now maybe its so very simple I've been staring at it, but all I want to know is:
How can I intercept the data being sent to the speakers and record it as a file. For instance I want to mix some javafx media player audio streams (and/or java sound audio streams) into one "Wav" file as would be done in a recording studio environment.
Thanks