Apps SoundPool looping 2mb files

Thest

Lurker
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 :(
 

Thest

Lurker
Thread starter
I tried this using audacity but then it didnt play at all..
But if I convert a wav file to ogg it should work?

I thought that although you use ogg and compress a 1,5MB file it will still use 1,5MB in memory? Right? So I figured it wouldnt play due to this.
 
Top