Glór
A library for playing audio files in the browser!
gleam add glor@1
import glor
pub fn main() -> Nil {
let player = glor.new("https://my-website.com/my-sound-effect.mp3")
glor.play(player)
}
Further documentation can be found at https://hexdocs.pm/glor.