nrgrip/src
Matteo Cypriani 3faf42e2a7 Read track number & index as BCD-encoded bytes
The track number and track index from the CUEX chunk are BCD-encoded
(Binary-Coded Decimal). Reading them as binary led to wrong track
numbers starting with track 10.

There is doubt whereas the index number is BCD or not, but two-digit
indices are seldom seen.
2016-12-08 20:57:28 -05:00
..
metadata Read track number & index as BCD-encoded bytes 2016-12-08 20:57:28 -05:00
cue_sheet.rs Pass &str instead of &String 2016-12-08 20:57:28 -05:00
error.rs Add description strings for some errors 2016-12-08 13:03:33 -05:00
lib.rs Add copyright & license 2016-12-06 22:52:31 -05:00
main.rs main: exit() only at the end 2016-12-08 20:57:28 -05:00
raw_audio.rs Pass &str instead of &String 2016-12-08 20:57:28 -05:00