.gitignore | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Assets/Plugins/iOS/The2thWorldSDK/UniversalSDK.mm | ●●●●● 补丁 | 查看 | 原始文档 | 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);