So I finally got a wav file playing in a loop on Android.
But then I find out that SoundPool cant loop files larger then 1MB?
The files under 1MB loop perfect using SoundPool.
I looked into MediaPlayer since it plays my 2MB files. But the looping here made a click sound every time it looped.
So does this mean there is no way of looping wav files larger then 1MB?
This ruins my app idea
But then I find out that SoundPool cant loop files larger then 1MB?
The files under 1MB loop perfect using SoundPool.
I looked into MediaPlayer since it plays my 2MB files. But the looping here made a click sound every time it looped.
So does this mean there is no way of looping wav files larger then 1MB?
This ruins my app idea
