i want to play some audio file in my kmm project f...
# compose-desktop
s
i want to play some audio file in my kmm project for desktop is there any library for that? and how I xcan access Internet in desktop app
u
Maybe you can try okhttp and retrofit
s
and permissions?
Do yo have any idea about playing mp3 file from raw
m
Compose desktop is based on Java so you can use all the sound features the Java platform provides. E.g., have a look at this tutorial: https://www.baeldung.com/java-play-sound
172 Views