JavaFX specific audio output

I have a little problem with JavaFX and Java Sound API. I want to use 2 outputs from the computer at the same time (USB headset and regular boxes). There is no problem to get all outputs with java api sound, but java api sound does not support MP3 files.

Can I customize output in JavaFX? Is there any other solution for this problem?

+1
java api output javafx audio
source share

No one has answered this question yet.

See similar questions:

8
JavaFx audio output selection

or similar:

3324
How to generate random integers in a specific range in Java?
1367
The fastest way to determine if an integer square root is an integer
805
How to install Java 8 on Mac
469
Java list enumeration methods
452
Does anyone have tests (code and results) comparing the performance of Android applications written in Xamarin C # and Java?
8
JavaFx audio output selection
5
"java.lang.IllegalArgumentException: error uri.getScheme () == null!" using JavaFX to play sound
2
Java Sound API on OS X with USB Sound Card
one
how to get available audio devices connected using java in mac osx
0
JavaFX MediaPlayer freezes on some audio files

All Articles