01-18-2013 04:13 AM
Hello there,
I'm partecipating to BB Qt porting, I've already completed and submitted an app, I'm just converted another one, but I cannot release that due to a sounds problem.
My original app works using phonon in cpp backend due to the ability to queue the sounds and so playing those in correct order they were scheduled.
So I need the same functionality in BB Qt: I've tried to use BB MediaPlayer (in both cpp or qml) without success and also Qt MediaPlayer with the same result.
SoundEffect works but it plays sound asynchronous and so a mix up comes up!
Thanks
01-18-2013 04:30 AM
01-18-2013 04:53 AM - edited 01-18-2013 04:55 AM
thank you...I've already done the queue implementation...my problem is the MediaPlayer in cpp backend doesn't play sound!
P.S. sorry maybe I have not talk about that in this thread (I've asked the same on Qt forum and directly to rim)