Skip to content

Commit 55b67ab

Browse files
author
minggo
authored
Update RELEASE_NOTES_CN.md
1 parent c89dd7b commit 55b67ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/RELEASE_NOTES_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
## 新特性
1919

2020
* 全面支持__Android Studio__,包括编译、代码编辑和调试C++代码:[使用文档](https://github.com/chukong/cocos-docs/blob/v3-unified-documentation/installation/Android-Studio.md)
21-
* 音频模块在Android平台使用[tremolo](http://wss.co.uk/pinknoise/tremolo/)解码器解码音频文件,使得音频模块效率更高,兼容更多的Android设备
21+
* 音频模块在Android平台使用[tremolo](http://wss.co.uk/pinknoise/tremolo/)__MP3 Decoder Library__解码音频文件,使得音频模块效率更高,兼容更多的Android设备
2222
* __WebSockets____SocketIO__支持__SSL__
2323
* AssetsManagerEx更加稳定
2424
* 更新__Spine runtime__到v3.5.35
@@ -40,7 +40,7 @@
4040

4141
3.15版本之前,音频模块使用__OpenSL ES__解码、播放音频文件,但是很多的Android设备厂商会修改这部分代码,导致音频模块在不同的Android设备上有兼容性问题。[该帖子](http://discuss.cocos2d-x.org/t/android-audio-decoding-issues-discussion/34610)就列出了许多音频模块的问题。
4242

43-
为了解决兼容性问题,我们引入了第三方的解码库[tremolo](http://wss.co.uk/pinknoise/tremolo/)。该解码库也是Android源码使用的解码库。使用该解码库除了能解决Android设备的兼容性问题,同时还带来了不少性能提升:
43+
为了解决兼容性问题,我们引入了第三方的解码库[tremolo](http://wss.co.uk/pinknoise/tremolo/)__MP3 Decoder Library__。该解码库也是Android源码使用的解码库。使用该解码库除了能解决Android设备的兼容性问题,同时还带来了不少性能提升:
4444

4545
![audio performance](https://raw.githubusercontent.com/minggo/Pictures/master/AudioDecodingPerfTest.png)
4646

@@ -61,4 +61,4 @@ Windows 8.1的支持一直是微软的开发者在维护。因为市场占有率
6161
* 从旧版本的Android SDK拷贝tools文件夹过来替换对应的目录
6262
* 使用Android Studio工程编译打包
6363

64-
从Android工具删除ant脚本和android的行为来看,谷歌是不希望大家继续使用Eclipse工程,所以建议大家还是使用Android Studio来编译打包吧。旧版本引擎虽然不支持Android Studio调试C++代码功能,但是编译打包还是没问题的。
64+
从Android工具删除ant脚本和android的行为来看,谷歌是不希望大家继续使用Eclipse工程,所以建议大家还是使用Android Studio来编译打包吧。旧版本引擎虽然不支持Android Studio调试C++代码功能,但是编译打包还是没问题的。

0 commit comments

Comments
 (0)