Is it possible to play a list of music files with sox?
It is possible to play a file by:
play song.mp3
I know I can create a batch file which includes all the files to run such as:
play song01.mp3
play song02.mp3
But I would like to know if there is a setting in sox that simplifies running a list of files.