Qt 6.5.1 android audio playback issue
-
I have a Qt application that uses QSoundEffect to play some .wav files. Everything works correctly.
However, when the application is cross-compiled as an android apk and run, the same audio playback works for some .wav files, but some not playing at all, or get truncated at the end.
Any idea what might be the issue here?
FYI: Qt android is built with OpenSLES (Android) support. I suppose that's being used for audio playback. I am new to Qt android and any insight is greatly appreciated!