mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Codecs cleanup
This commit is contained in:
@@ -116,7 +116,7 @@ namespace HDCDDotNet
|
||||
{
|
||||
if (_inSampleBuffer == null || _inSampleBuffer.GetLength(0) < sampleCount)
|
||||
_inSampleBuffer = new int[sampleCount, _channelCount];
|
||||
AudioCodecsDotNet.AudioCodecsDotNet.BytesToFLACSamples_16(buff, 0, _inSampleBuffer, 0, sampleCount, _channelCount);
|
||||
AudioSamples.BytesToFLACSamples_16(buff, 0, _inSampleBuffer, 0, sampleCount, _channelCount);
|
||||
Process(_inSampleBuffer, sampleCount);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user