Extract audio and cue sheet from an NRG audio CD image.
Go to file
Matteo Cypriani 15c5a5fb04 Fix potential pre-gap bug in cue sheet
If an index #0 is present for a track but not for the next track, it
could be written for the following track (i.e. two tracks from where it
appeared), which would lead to an incoherent cue sheet.

In theory, this was a non-issue because in NRG, a track always has an
index #0, but you never know.
2016-12-06 19:31:27 -05:00
src Fix potential pre-gap bug in cue sheet 2016-12-06 19:31:27 -05:00
.gitignore Add .gitignore 2016-12-06 15:06:35 -05:00
Cargo.lock Cue sheet display working 2016-12-05 12:29:03 -05:00
Cargo.toml Improve rustdoc comments 2016-12-06 15:53:09 -05:00