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:
@@ -901,6 +901,11 @@ namespace CUETools.Codecs.LossyWAV
|
||||
scaling_factor = 1.0; // !!!! Need to read 'fact' chunks or tags here
|
||||
}
|
||||
|
||||
public int[,] Read(int[,] buff)
|
||||
{
|
||||
return AudioSamples.Read(this, buff);
|
||||
}
|
||||
|
||||
public uint Read(int[,] buff, uint sampleCount)
|
||||
{
|
||||
if (sampleBuffer == null || sampleBuffer.Length < sampleCount)
|
||||
|
||||
Reference in New Issue
Block a user