mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
1.9.4... too many small changes to comment
This commit is contained in:
@@ -41,6 +41,11 @@ namespace CUETools.Codecs.ALAC
|
||||
_saved_mdat_pos = _IO.Position;
|
||||
}
|
||||
|
||||
public int[,] Read(int[,] buff)
|
||||
{
|
||||
return AudioSamples.Read(this, buff);
|
||||
}
|
||||
|
||||
public uint Read(int[,] buff, uint sampleCount)
|
||||
{
|
||||
if (_predicterror_buffer_a == null)
|
||||
|
||||
Reference in New Issue
Block a user