[AUDIO ENGINE] : playing sounds from raw folder

Hello,

I am planning to do a dynamic switching between experimental AudioEngine from cocos2dx and another audio engine based on certain criteria when the app starts.

However, there’s a limitation to the other AudioEngine, that it can only play audio if it is present inside the path as such -
<PROJECT_ROOT>/proj.android/res/raw

But, cocos audio engine looks inside the assets folder only.
Can do something, so that cocos can search audio files from raw folder in Android and plays audio from that path.

Let me know. :slight_smile:
Thanks in advance.

Pabitra

1 Like