How do I playback OGG music files? I don't seem to see anything in the documentation on how it works.
And with normal MP3 file playback there is an issue (in Android its self) where the tune does not loop once completed and this requires adding more code in an on complete listener to restart it. Does this issue affect OGG playback also?
Comments
https://deluxepixel.com
I will upgrade to the latest version of Gideros today (I'm still on 2017.4.1) :bz
It would be great if the mp3 thing was fixed too, I'll totally test that
Likes: antix, MoKaLux
https://deluxepixel.com
OGG plays but will not repeat on either device using the following code..
So is there any way to get seemless looping for any music in Gideros?
For me personally I can just use the following code with any old mp3 file and it will play once and fail to repeat.
Is the OS told to repeat or is it an event in gideros that also sends off the completed event if there is no repeat?
If it's gideros that sorts out the repeat then somehow it's not resetting the position to 0.
https://deluxepixel.com
I thought the problem happens because of the way Android handles mp3 files?