mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
* LocalDB merged with file browser
* fixed hangup on truncated flac files * optimized CRC32 calculations
This commit is contained in:
@@ -108,7 +108,10 @@ namespace CUETools.Codecs.ALAC
|
||||
int sampleDuration;
|
||||
int sampleSize;
|
||||
if (_iSample >= _sample_byte_size.Length)
|
||||
{
|
||||
buff.Length = offset;
|
||||
return offset;
|
||||
}
|
||||
get_sample_info(_iSample, out sampleDuration, out sampleSize);
|
||||
_IO.Read(_framesBuffer, 0, sampleSize);
|
||||
decodeFrame(sampleSize);
|
||||
|
||||
Reference in New Issue
Block a user