Take a look at NeonView - a minimalist and lightweight image viewer created by TuxArena!

Tip of the Day: Split FLAC or WAV Files Using a CUE File

Posted by Craciun Dan | 9/13/2008 07:35:00 PM | | 2 comments »

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

2 comments

  1. Gasoline Bomb // February 10, 2009 2:35 PM  

    Check Farbeat.com for the perfect solution.

    3 simple steps

    ask the admin

  2. Gasoline Bomb // February 10, 2009 3:53 PM  

    http://farbeat.com/clips/440-split-a-flac-or-wav-file-when-a-cue-file-available.html

If you liked this article, please consider submitting it: