# aplay A Command Line Audio Player. Supports MP3, WAV, Vorbis, and flac audio. ``` $ cargo install aplay ``` ## Command Line Arguments ``` aplay 0.1.0 Grant Handy A Command Line Audio Player USAGE: aplay FLAGS: -h, --help Prints help information -V, --version Prints version information ARGS: Sets the input file to use ```