# Simple Audio Player Minimal audio player to play arbitrary sound files instantly from the terminal. ``` bash # Install the application. cargo install simple-audio-player # Play a song. simple-audio-player song.mp3 ```