gluonhq / attach

GNU General Public License v3.0
48 stars 26 forks source link

Basic desktop audio using javafx media. #381

Open dpospisil opened 10 months ago

dpospisil commented 10 months ago

Implements audio service using javafx media. Uses fx AudioClip interface for sounds and Media for music. This has a limitation that sound can not be paused/resumed but I guess it is more appropriate than using Media for this purpose.

dpospisil commented 10 months ago

If merged, gluonhq maven plugin shall be updated to report that audio is available on desktop.