Looping gapless audio effects on Android

@juriel, could you upload the audio file which could reproduce the issue?

Iā€™m using cocos2d-x 3.15.1 and problem persists too :confused: ā€¦

Can you upload audio, please.

Use .wav or .ogg on Android.

I have to say itā€™s still an issue. Here Iā€™ve posted my problem: https://github.com/cocos2d/cocos2d-x/issues/18342

@slackmoehrle @zhangxm can you take a look?

The China team is on holiday until Monday.

I have asked @dumganhar to take a look.

@piotrros I replied in the github issue.

I had this issue also about a month or two months ago. I couldnā€™t find the solution s i ended up using https://www.fmod.com/ which worked perfectly.

fmod is good, but it is a pity that it is not free.

I used the C++ API, I just had to download it and I didnā€™t have to pay any money? Maybe there are some situations where you need to pay but I was able to use it without paying, just the C++ API.

Can you write a simple tutorial on how to integrate it to a Cocos2d-X Android Studio project?

What do you mean? What are you having trouble with?

hgokturk, there should already be many tutorials online on how to setup fmod. Itā€™s just a matter of including any lib or dll files necessary.