How to combine multiple audio streams into a single recorded stream using Java?

Using Java Sound, Tritonus, and JavaFX, how can I intercept data sent to columns and write it as a file? For example, I want to mix the audio streams of JavaFX media files (and / or the sound streams of a Java sound) into a single “wav” file, just as a recording studio can do.

+7
source share
1 answer

This question has not been answered for more than a year, and no one seems to have a better idea, so if you still have a problem or someone else sees it in the future, then I just recommend this explanation and tutorial to you: Java Capturing Audio .

Please tell me if this is what you need, or if you need help.

+1
source

All Articles