How Deepspeech can be used in a Java FX maven project

I tried for 2 days to use Deepspeech in my java fx project but I can’t do it.

Anyone know if this is possible?

1 Like

DeepSpeech in JavaFX? Tricky!

  • No official Java bindings, gotta use unofficial stuff or get creative with native calls.
  • JavaFX integration adds another layer of complexity.
  • Consider alternatives like Vosk or Julius for easier setup.
  • Search forums, Stack Overflow, and GitHub for solutions and support.

It’s a challenge, but keep at it! Good luck!