nguillaumin / jflac

Forked from SourceForge
http://jflac.sourceforge.net/
Other
25 stars 10 forks source link

Compatibility with javafx #15

Open xeruf opened 7 years ago

xeruf commented 7 years ago

would it be possible to make this library compatible with javafx in a way that the Player extends MediaPlayer? I would really like to use flac files with javafx...

njlarsson commented 7 years ago

I don't know, I'm not familiar with that package/interface. I'm not going to jump on that project, but if you try it' I'll be happy to answer specific questions about the code I wrote if you need it.

nguillaumin commented 7 years ago

Hi, to be honest, I have no idea what you're talking about :wink: I assume it's about fitting into the JavaFX framework / interfaces to play media files?

I won't be doing it, but if you want to have a go at it I would recommend creating a separate module for that (Say jflac-javafx or something), so that the rest of the project doesn't depend on JavaFX.