Crossfade Mp3 tracks and create an AudioCD

I've created 3 simple scripts to convert mp3 tracks to wav tracks, to crossfade wav tracks and to create TOC file ready to be burned. The main script is 'cdcreate.pl' that call the others 2 scripts and its syntax is:

./cdcreate.pl seconds

Seconds arg represent time of overlaying between two tracks. This command do:

- Convert all mp3 tracks to wav in the current directory
- Rename all wav tracks to ??.wav format
- Crossfade every tracks with the next one
- Create TOC file (you can burn it with cdrdao)

Download the scripts:

Crossfade.zip

This project need:

- mplayer: to convert mp3 tracks to wav
- sox & soxmix: to crossfade tracks