[Interest] mediaplayer or soundeffect

Sina Dogru sinadooru at gmail.com
Sat Mar 19 20:38:17 CET 2016


What about to using loops
<http://doc.qt.io/qt-5/qml-qtmultimedia-mediaplayer.html#loops-prop>
property?

2016-03-19 20:57 GMT+02:00 Kevin Mcintyre <kebin70 at gmail.com>:

> added the following conditional MediaPlayer
> if ( mediaPlayer.availability == 0 && mediaPlayer.playbackState  == 0) {
> //only play here/
> }
>
> On Fri, Mar 18, 2016 at 4:54 PM, Kevin Mcintyre <kebin70 at gmail.com> wrote:
>
>> Hello - First time posting to QT mailing list so forgive me if this is
>> the wrong channel.
>>
>> I have a simple QML application listening on a websocket, and want to
>> play a chime on message.
>>
>> Initially I tried SoundEffect but my wav file didn't play correctly, so I
>> opted for MediaPlayer which works, but I'm looking for how to replay the
>> same source more than once.
>>
>> Been messing with MediaPlayer.availability and onPlaybackStateChanged
>> and seek but can't seem to get consistent behavior.
>>
>> Any pointers on mediaplayer replay would be very much appreciated.
>>
>> Qt Creator 5.5.
>>
>>
>>
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20160319/24508af4/attachment.html>


More information about the Interest mailing list