Category Archives: cue

Split lossless audio (ape, flac, wv, wav) by cue file in Ubuntu

Lossless audio files can be split by cue file using “shnsplit” (part of the “shntool” package). You will also need the “cuebreakpoints” tool (part of the “cuetools” package). To install cuetools and shntool in Ubuntu/ Kubuntu, open a terminal window and enter the following:
sudo aptitude install cuetools shntool
You will also need software for your prefered [...]

Splitting mp3 by cue file in ubuntu

Use mp3splt to break up an mp3 file according to the break points contained in a cue file. To install mp3splt open a terminal window and enter the following:
sudo aptitude install mp3splt
To split an mp3 file named “music.mp3″ using a cue file named “music.cue” issue the following in a terminal window:
mp3splt -c music.cue music.mp3
Links:
Mp3splt Homepage
Music [...]