Hi guys, I'm not sure how to play sound files in c...
# compose-desktop
b
Hi guys, I'm not sure how to play sound files in compose desktop. I tried Javax library but it has very limited features. I believe currently there is no support for playing sounds but any idea when we will get that feature ?!
g
It's up to your platform and not really related on compose directly, I doubt such API would ever be a part of compose There are different pure Java soutions for audio playback, you should check what is fitting your requirements
👍🏻 2
👍 1
s
b
Thank you @S. for sharing this.
b
Another option is libGDX's sound API which itself wraps OpenAL on desktop.