This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Changes over the original: | |
# | |
# + Support both Python 2 & 3. | |
# * fixed location of bitrate parameters. | |
# * Fixed track duration so it does't cuts tracks short, nor starts them early | |
# (Margin of error for .flac source files should at most be around +/- 0.013 secs). | |
# + Added pre_gap support. | |
cue_file = 'file.cue' |