少年修仙传客户端基础资源
hzr
2018-08-11 23ef2bdfcb61ce6b42c1e056a2957c964cde5459
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_client
2个文件已修改
3 ■■■■ 已修改文件
.gitignore 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Plugins/iOS/The2thWorldSDK/UniversalSDK.mm 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
.gitignore
@@ -37,3 +37,4 @@
AssetBundles/*
Assets/StreamingAssets/*
RunTimeLog/*
IOS_BUILD/
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);