少年修仙传客户端基础资源
hzr
2018-08-11 23ef2bdfcb61ce6b42c1e056a2957c964cde5459
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);