James Chen

Results 54 comments of James Chen

这就是开源的态度么?这个开发者提交的 pull request 过了1个多月无人问津。 伪开源, Layabox 👎

@ermanhaskan , try this: ``` android:configChanges="orientation|screenSize" ```

Thanks for your feedback. Could the test case in cpp-tests/New AudioEngine Test reproduce this issue?

@semgilo, thank you. I will give it a try.

@semgilo , sorry, I'm really busy these days. I will test it when I have time.

@semgilo , I couldn't reproduce by lua-tests/AudioEngineTest. The audio is always playing.

@semgilo , I tried really lots of times without reproducing this issue. Could you upload a video of reproducing? I guess I have something missing.

@semgilo , thanks for the video. I will check it again.

@semgilo , could you check the AppDelegate.cpp in your game project? If it has the following `SimpleAudioEngine` invocation, try to remove it since you're using AudioEngine and test again. ```c++...

It could be reproduced stably by the following steps: * Game code only uses `AudioEngine` interfaces * In AppDelegate.cpp, applicationDidEnterBackground & applicationWillEnterForeground invoke `SimpleAudioEngine` methods * Launch Lua-tests or your...