Qt 5.4 Beta, WinRT, Windows Phone 8.1, Playing audio files from resources
Mobile and Embedded
9
Posts
3
Posters
2.6k
Views
1
Watching
-
I try to play audio files on WinRT as well as Windows Phone 8.1 without success.
I have a Qt-Quick (Qt 5.4 Beta) project and I tried SoundEffect, Audio and MediaPlayer to play the sound. I added
@import QtMultimedia 5.4@
to the qml file as well as
@QT += multimedia@
to the pro file.All sound files are added to the qrc file.
When trying to play them the status of the Audio and MediaPlayer item is InvalidMedia and AccessDenied.What am I missing?
Thank you,
Alex -
Me either.
Finally I managed to publish two of my apps without sound :(
-
Me either.
Finally I managed to publish two of my apps without sound :(