A CLI tool that plays songs on loop so you can get in the zone
cargo build --target=x86_64-apple-darwin --release
looper play --url "/your/long/path/here/play_that_funky_music.mp3"
cargo run -- play --url tests/fixtures/sound.mp3 # try it out quickly without building for your OS