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]

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 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 mich...@neufing.org wrote: If you read the documentation of the QML SoundEffect element [1], then you can

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 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 florian.desn...@gmail.com: Hello, Do you plan a support for QML QtMultimedia (mediaPlayer) for

Re: [SailfishDevel] QtMultimedia support

2015-02-25 Thread Jonni Rainisto
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 florian.desn

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 aliasb...@gmail.com: Dear Florian, Have