$ sudo apt-get install mp3wrap
$ mp3wrap output file1.mp3 file2.mp3 file3.mp3
$ mp3wrap output file1.mp3 file2.mp3 file3.mp3
$ sox file* output.mp3
Problem:
sox FAIL sox: Input files must have the same sample-rate
Fixing sample rate with sox
$ sox CD1.mp3 -r 41000 CD1.mp3
Problem:
sox FAIL sox: Input files must have the same sample-rate
Fixing sample rate with sox
$ sox CD1.mp3 -r 41000 CD1.mp3