aplay - play audio
$ aplay [--loop] [--sample-progress] <path>
This program plays an audio file specified in path
through AudioServer.
-l
, --loop
: Loop playback-s
, --sample-progress
: Switch to (old-style) sample playback progress. By default, playback is printed as played, remaining and total length, all in minutes and seconds.path
: Path to audio file$ aplay ~/sound.wav
$ aplay -l ~/music.flac