Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
src [Netbeans project].zip | 2013-11-10 | 29.2 kB | |
README.txt | 2013-11-10 | 1.7 kB | |
Label2Cue.jar | 2013-11-10 | 6.7 kB | |
COPYING.txt | 2013-11-10 | 35.8 kB | |
Totals: 4 Items | 73.5 kB | 10 |
Label2Cue Convertor Tool ********* *Purpose* ********* This small Java application converts the text label files produced by Audacity into standarized .cue files. This is useful for CD burning, compatibility with other audio editing programs, and more. ************** *Requirements* ************** JRE Version 6 Update 2 or greater **************************** *How to and Important Notes* **************************** In order to export labels as a text file in Audacity, create labels in your audio file first (using CTRL+B). This program currently support dropping labels in certain locations, not the "start/end" format that Audacity is capable of outputting. In other words, simply hit CTRL+B on every spot you want a new track to begin in the cue sheet. After dropping labels (once again, not dragging them to an end position) select File -> Export Labels. ************************** *RUNNING THIS APPLICATION* ************************** In both operating systems (Windows and Linux) you can simply double click on the jar file. In Windows, you might also try right clicking on the file and selecting "Open With -> Java(TM) Platform SE Binary". Optionally, execute, java -jar Label2Cue.jar via the Windows / Linux command line. ************************** *Contact with Bug Reports* ************************** andrew1stein@gmail.com ************************* *Credits/Current Version* ************************* Version 1.6 Andrew Stein 12/29/09 ************ *Update Log* ************ v1.6 (12/29/09) ---- * Bugfix for comma based separation in cue file (e.g. 345,45 vs 345.45) v1.5 ---- * Initial release.