Skip to content

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

License

Notifications You must be signed in to change notification settings

Tanjoodo/cue2label

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published