[Touch-packages] [Bug 1441325] Re: Sound plays randomly or not at all

2016-07-30 Thread Michal Predotka
I do use SoundEffect and nowadays it seems to work fine. Not sure which OTA fixed the issue. Only problem I noticed and others who use the app, is the change in the sound volume after several clicks. But I believe there's another bug for that. So this bug seems to be fixed for me. Sorry I

[Touch-packages] [Bug 1441325] Re: Sound plays randomly or not at all

2016-07-29 Thread Jim Hodapp
I'm curious what you ended up doing as a workaround for the issue? Have you tried using the SoundEffect class at all? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu.

[Touch-packages] [Bug 1441325] Re: Sound plays randomly or not at all

2015-06-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: qtmultimedia-opensource-src (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1441325] Re: Sound plays randomly or not at all

2015-04-08 Thread Michal Predotka
Thanks for the tip with MediaPlayer element. Unfortunately in my case it's too laggy. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1441325 Title:

[Touch-packages] [Bug 1441325] Re: Sound plays randomly or not at all

2015-04-08 Thread Michal Predotka
Actually Michael was the one who asked me to submit this bug after he tried the code and reproduced the issue :) Anyway for now I made some changes to the code so it's more efficient. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1441325] Re: Sound plays randomly or not at all

2015-04-08 Thread Jim Hodapp
Actually we should support the SoundEffect component after all. This seems like a new regression. You might want to contact mzanetti on IRC at #ubuntu-touch to see if he experiences the same issues. He's developed a game that uses this component and he mentioned several months ago that it was

[Touch-packages] [Bug 1441325] Re: Sound plays randomly or not at all

2015-04-08 Thread Jim Hodapp
** Also affects: pulseaudio Importance: Undecided Status: New ** No longer affects: qtubuntu-media -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu.

[Touch-packages] [Bug 1441325] Re: Sound plays randomly or not at all

2015-04-07 Thread Jim Hodapp
I believe the issue is that we don't directly implement the QSoundEffect backend to work with media-hub (I might be mistaken, would need to check on this some more). As a workaround, try using the MediaPlayer QML control for now. ** Changed in: media-hub Status: New = Invalid ** Also