I’m developing a Compose Multiplatform application, and I’m targeting Kotlin/Wasm for the web. I need to play audio (mp3) files within my app, but I’m not sure how to achieve this using Compose Multiplatform and Kotlin/Wasm.
What is the easiest way to do this?
Tried two libraries, without success:
- KorGE
- AstroPlayer