Hi. What media playing library we can use in deskt...
# compose-desktop
r
Hi. What media playing library we can use in desktop compose app?
I found javax AudioSystem. I’ll try it
d
Doesn't work for arbitrary audio codecs iirc.
r
What is arbitrary audio codec?
d
MP3, aac, etc. It only supports wav.
r
hmm. Can we use java FX MediaPlayer?
d
Haven't tried it yet. You'll have to pull in library for it.
Yeah that one.
r
What a lib is this. There isn’t any code except meta-inf
d
Strange
r