How to play audio (mp3) in Compose Multiplatform with Kotlin/Wasm target?
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.