JavaFX support for microphone audio capture -


I am evaluating JavaFX for a project at work, but it seems that the audio using the platform microphone Does not help in capturing. I was under the impression that with JavaFX, "all Java" can be accessed. If you can record using a microphone and an applet, why can not it be done using JavaFX? Are there solutions to this limit?

Thank you.

There is no limit - you are right by saying that its "all Java" has access to it If there is a microphone / sound capture API for Java, you can "call down" with Java FX code.

Java FX is essentially a DSL for GUI. If you already have a well-designed applet that matches your requirement, then there should be no reason because the applet's The "View" component can not be replaced with JavaFX.


Comments