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 |
- mplayer: to convert mp3 tracks to wav |
