Skip to content

Commit c89dd7b

Browse files
author
minggo
authored
Update RELEASE_NOTES.md
1 parent 8b3755c commit c89dd7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/RELEASE_NOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
## Highlights
2626

2727
* full __Android Studio__ supports: include editing, compiling and debugging c++ codes: [doc](https://github.com/chukong/cocos-docs/blob/v3-unified-documentation/installation/Android-Studio.md)
28-
* audio engine uses [tremolo](http://wss.co.uk/pinknoise/tremolo/) to decode audio files on Android: high performance and more adaptable to different Android devices
28+
* audio engine uses [tremolo](http://wss.co.uk/pinknoise/tremolo/) and __MP3 Decoder Library__ to decode audio files on Android: high performance and more adaptable to different Android devices
2929
* __WebSockets__ and __SocketIO__ supports SSL
3030
* AssetsManagerEx is more stable
3131
* update __Spine runtime__ to v3.5.35
@@ -46,7 +46,7 @@ Please refer to [this doc](https://github.com/chukong/cocos-docs/blob/v3-unified
4646

4747
Before v3.15, new Audio engine uses OpenSL ES to decode and play audio files. But many Android device manufacturers modify OpenSL ES decoding codes which cause issues. [This thread](http://discuss.cocos2d-x.org/t/android-audio-decoding-issues-discussion/34610) lists many issues caused by it.
4848

49-
In order to fix these issues, we decide to use a 3rd party audio decoding library [tremolo](http://wss.co.uk/pinknoise/tremolo/), which is used by Android have good performance and stability. What's exciting is what, after using `tremolo`, the audio engine's performance is highly improved too.
49+
In order to fix these issues, we decide to use 3rd party audio decoding libraries [tremolo](http://wss.co.uk/pinknoise/tremolo/) and __MP3 Decoder Library__, which are used by Android have good performance and stability. What's exciting is what, after using `tremolo`, the audio engine's performance is highly improved too.
5050

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

@@ -67,4 +67,4 @@ If you need linux 32-bit support, you can build the 3rd party libraries through
6767
* copy `tools` folder from old Android SDK version
6868
* use Android Studio to build the app
6969

70-
It seems google doesn't want developers continue to use Eclipse to develope Android applications, so i suggest to switch to use Android Studio.
70+
It seems google doesn't want developers continue to use Eclipse to develope Android applications, so i suggest to switch to use Android Studio.

0 commit comments

Comments
 (0)