Thread: [SailfishOS] Pure Maps
View Single Post
Posts: 1,414 | Thanked: 7,547 times | Joined on Aug 2016 @ Estonia
#199
Originally Posted by cy8aer View Post
I am writing a new podcast player right now based on the qt multimedia player. I tried it with parallel pure maps. It stops playing when there is a message by pure maps but it does not start anymore after the message. My app works with incoming calls (stopping and starting afterwards). Probably the app stops because some sailfish internal priorising when another app starts multimedia playing?
Pure Maps has rather primitive audio support. All what's used is:

Code:
   Audio {
        id: sound
        autoLoad: true
        autoPlay: true
        loops: 1
}
When the new command comes, its played by setting audio source to a new file. If you know how to determine what's going on and how to restore what was playing before, let me know or, even better, submit PR.
 

The Following 9 Users Say Thank You to rinigus For This Useful Post: