https://kotlinlang.org logo
#compose-desktop
Title
# compose-desktop
s

Shubhasai Mohapatra

01/10/2023, 1:12 AM
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

姜尚

01/10/2023, 3:33 AM
Maybe you can try okhttp and retrofit
s

Shubhasai Mohapatra

01/10/2023, 3:40 AM
and permissions?
Do yo have any idea about playing mp3 file from raw
m

Michael Paus

01/10/2023, 10:44 AM
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
32 Views