nrgrip/src
Matteo Cypriani 5604778455 Fix audio data extraction
The audio data was initially read and written by chunks of 2352 bytes,
which is the usual sector size for audio CDs. However, this didn't work
on images with a 2448-byte sector size (2352 bytes data + 96 bytes
sub-channel data): we would end up reading data from the NRG footer.

The data is now read/written by 4 MiB (which is faster anyway), and we
make sure to read the remaining bytes if the audio data size is not a
multiple of 4 MiB.
2016-12-08 12:27:34 -05:00
..
metadata Rework read_sized_string(): truncate null bytes 2016-12-07 17:51:59 -05:00
cue_sheet.rs Improve handling of output file names 2016-12-07 16:06:10 -05:00
error.rs Rework read_sized_string(): truncate null bytes 2016-12-07 17:51:59 -05:00
lib.rs Add copyright & license 2016-12-06 22:52:31 -05:00
main.rs Improve handling of output file names 2016-12-07 16:06:10 -05:00
raw_audio.rs Fix audio data extraction 2016-12-08 12:27:34 -05:00