Re: [SailfishDevel] QtMultimedia support

2015-02-25 Thread Florian Desneux
@Jonni: Yes, audio in my VM is enabled. It's not that MediaPlayer doesn't play the sound, it crashes... error: no reference to service or something like that. @Micheal: That's my point: MediaPlayer doesn't work in the VM. Cheers 2015-02-25 14:19 GMT+01:00 Michael Neufing : > If you read the doc

Re: [SailfishDevel] QtMultimedia support

2015-02-25 Thread peter . pykalainen
True. Actually read it back then, but forgot about it. Michael Neufing kirjoitti ke helmikuuta 25 20:19:05 2015 GMT+0700: > If you read the documentation of the QML SoundEffect element [1], then > you can see, that only uncompressed sound files (WAV) are supported by > it. > > For other audio

Re: [SailfishDevel] QtMultimedia support

2015-02-25 Thread Adam Pigg
Its a shame the QtAudioEngine doesnt seem supported on Sailfish. Qt definitely needs an audio modules that works across all the platforms. On Wed, 25 Feb 2015 at 13:18 Michael Neufing wrote: > If you read the documentation of the QML SoundEffect element [1], then > you can see, that only uncomp

Re: [SailfishDevel] QtMultimedia support

2015-02-25 Thread Michael Neufing
If you read the documentation of the QML SoundEffect element [1], then you can see, that only uncompressed sound files (WAV) are supported by it. For other audio formats, use MediaPlayer [2]. [1] http://doc.qt.io/qt-5/qml-qtmultimedia-soundeffect.html#details [2] http://doc.qt.io/qt-5/qml-qt

Re: [SailfishDevel] QtMultimedia support

2015-02-25 Thread peter . pykalainen
I got SoundEffect to work only with .wav -files. mp3 did not work for me. Luis Manuel Ramos Da Costa kirjoitti ke helmikuuta 25 17:36:34 2015 GMT+0700: > Dear Florian, > > Have you tried with SoundEffect ? I had problems with Audio and now I am > using SoundEffect, maybe this can work. > > Best

Re: [SailfishDevel] QtMultimedia support

2015-02-25 Thread Florian Desneux
Luis, I haven't tried with SoundEffect yet. It seems a good approach for now but not the final one as it doesn't support backward/forward for audio file. Thank you for this information! Regards 2015-02-25 11:36 GMT+01:00 Luis Manuel Ramos Da Costa : > Dear Florian, > > Have you tried with Soun

Re: [SailfishDevel] QtMultimedia support

2015-02-25 Thread Jonni Rainisto
25, 2015 12:36 PM To: Sailfish OS Developers Subject: Re: [SailfishDevel] QtMultimedia support Dear Florian, Have you tried with SoundEffect ? I had problems with Audio and now I am using SoundEffect, maybe this can work. Best Regards, Luis Da Costa 2015-02-25 6:21 GMT+00:00 Florian Desneux

Re: [SailfishDevel] QtMultimedia support

2015-02-25 Thread Luis Manuel Ramos Da Costa
Dear Florian, Have you tried with SoundEffect ? I had problems with Audio and now I am using SoundEffect, maybe this can work. Best Regards, Luis Da Costa 2015-02-25 6:21 GMT+00:00 Florian Desneux : > Hello, > > Do you plan a support for QML QtMultimedia (mediaPlayer) for the VM? > > If been to

[SailfishDevel] QtMultimedia support

2015-02-24 Thread Florian Desneux
Hello, Do you plan a support for QML QtMultimedia (mediaPlayer) for the VM? If been told on the Jolla forum that it's not supported. Is there a way to play mp3 sound in QML on Sailfish or nothing exists for the moment on the VM? I'm on Windows btw. Regards P.S.: first time I post through a ma