In order to split a FLAC or WAV file when you have a CUE file available, you will first need to install the packages cuetools and shntool:
sudo apt-get install cuetools shntool
These two packages contain the tools cuebreakpoints and shnsplit, which can be used as follows:
To split a FLAC file:
cuebreakpoints audio_disc.cue | shnsplit audio_disc.flac
And, for a WAV file:
cuebreakpoints audio_disc.cue | shnsplit audio_disc.wav
You can also edit the CUE file with a text editor in order to modify length times, or for concatenating two or more tracks.
Related articles
Tip of the Day: Rip FLAC and WAV to Ogg Vorbis
Updated: Sep 16, 2008
Tip of the Day: Split FLAC or WAV Files Using a CUE File
Posted by Craciun Dan | 9/13/2008 07:35:00 PM | tips | 2 comments »
Subscribe to:
Post Comments (Atom)


Check Farbeat.com for the perfect solution.
3 simple steps
ask the admin
http://farbeat.com/clips/440-split-a-flac-or-wav-file-when-a-cue-file-available.html