I am trying to port libGDX game to iOS with RoboVM. I have converted .ogg files to .caf files. All converted .caf files work on Mac. The problem is that some of .caf files are not played back on my iPad (still work on the iPhone). Android and Desktop versions of this game have no issues with audio.
Asked
Active
Viewed 260 times
0
-
1Not exactly the answer you are looking for but mp3 files works fine in my case. – Mehmet Ataş Nov 14 '13 at 06:06
-
.mp3 instead of .caf works for me. The reason is bad ogg-caf convertor. thanks! – Dmitry Kolesnikovich Nov 14 '13 at 08:24