[Interest] mediaplayer or soundeffect

Kevin Mcintyre kebin70 at gmail.com
Sat Mar 19 19:57:11 CET 2016


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.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20160319/2fa955d0/attachment.html>


More information about the Interest mailing list