File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
## 新特性
19
19
20
20
* 全面支持__ 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设备
22
22
* __ WebSockets__ 和__ SocketIO__ 支持__ SSL__
23
23
* AssetsManagerEx更加稳定
24
24
* 更新__ Spine runtime__ 到v3.5.35
40
40
41
41
3.15版本之前,音频模块使用__ OpenSL ES__ 解码、播放音频文件,但是很多的Android设备厂商会修改这部分代码,导致音频模块在不同的Android设备上有兼容性问题。[ 该帖子] ( http://discuss.cocos2d-x.org/t/android-audio-decoding-issues-discussion/34610 ) 就列出了许多音频模块的问题。
42
42
43
- 为了解决兼容性问题,我们引入了第三方的解码库[ tremolo] ( http://wss.co.uk/pinknoise/tremolo/ ) 。该解码库也是Android源码使用的解码库。使用该解码库除了能解决Android设备的兼容性问题,同时还带来了不少性能提升:
43
+ 为了解决兼容性问题,我们引入了第三方的解码库[ tremolo] ( http://wss.co.uk/pinknoise/tremolo/ ) 和 __ MP3 Decoder Library __ 。该解码库也是Android源码使用的解码库。使用该解码库除了能解决Android设备的兼容性问题,同时还带来了不少性能提升:
44
44
45
45
![ audio performance] ( https://raw.githubusercontent.com/minggo/Pictures/master/AudioDecodingPerfTest.png )
46
46
@@ -61,4 +61,4 @@ Windows 8.1的支持一直是微软的开发者在维护。因为市场占有率
61
61
* 从旧版本的Android SDK拷贝tools文件夹过来替换对应的目录
62
62
* 使用Android Studio工程编译打包
63
63
64
- 从Android工具删除ant脚本和android的行为来看,谷歌是不希望大家继续使用Eclipse工程,所以建议大家还是使用Android Studio来编译打包吧。旧版本引擎虽然不支持Android Studio调试C++代码功能,但是编译打包还是没问题的。
64
+ 从Android工具删除ant脚本和android的行为来看,谷歌是不希望大家继续使用Eclipse工程,所以建议大家还是使用Android Studio来编译打包吧。旧版本引擎虽然不支持Android Studio调试C++代码功能,但是编译打包还是没问题的。
You can’t perform that action at this time.
0 commit comments