Tanjoodo / cue2label

Generate an audacity labels file from a CD rip's cuesheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#cue2label cue2label can take a .cue file, the associated file's length and generate an audacity style lables file that you can import to easily cut that file into smaller tracks.

This is useful for splitting the tracks of an audio CD image.

##Usage First, run make to compile the program. You'll find the executable in ./obj along with all the other object files. Then, run the program passing it 4 arguments in this order: location of .cue file, where to save the lables, the length of the audio file in the format mm ss. For example, cue2label ~/myalbum.cue ~/albumlabels.txt 44 59 would generate a label file for an audio file with the length of 44 minutes and 59 seconds.

Once the label file is generated, you can import them from audacity and split the file based on the labels.

##License This project is licensed under the MIT license. More details in LICENSE.md

About

Generate an audacity labels file from a CD rip's cuesheet

License:MIT License


Languages

Language:C++ 95.1%Language:Makefile 4.9%