Assets/Plugins/iOS/The2thWorldSDK/UniversalSDK.mm
@@ -503,7 +503,7 @@ while (len > 0) { int frame_opus_length = opus[0]; //int length = opus_decode(dec, opus + sizeof(char), frame_opus_length, pcm, s_frameSize, 0); int length = opus_decode(dec, opus + sizeof(char), frame_opus_length, pcm, s_frameSize, 0); opus += sizeof(char) + frame_opus_length; pcm += s_frameSize; len = len - frame_opus_length - sizeof(char);