Bump up Opus PLP to 30

This commit is contained in:
RogueException
2017-04-07 21:14:54 -03:00
parent d2a4f1f09b
commit 483d26093b

View File

@@ -56,7 +56,7 @@ namespace Discord.Audio
if (result < 0)
throw new Exception($"Opus Error: {(OpusError)result}");
result = EncoderCtl(_ptr, OpusCtl.SetPacketLossPercent, 5); //%%
result = EncoderCtl(_ptr, OpusCtl.SetPacketLossPercent, 30); //%%
if (result < 0)
throw new Exception($"Opus Error: {(OpusError)result}");