- fixes + correct decode of DTX/CNG periods
This commit is contained in:
@@ -35,7 +35,7 @@ void SingleAudioStream::copyPcmTo(Audio::DataWindow& output, int needed)
|
||||
{
|
||||
while (output.filled() < needed)
|
||||
{
|
||||
if (mReceiver.getAudio(output) != AudioReceiver::DecodeResult_Ok)
|
||||
if (mReceiver.getAudio(output, {}) != AudioReceiver::DecodeResult_Ok)
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user