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-qtmultimedia-mediaplayer.html

--
*Michael Neufing*

Zitat von peter.pykalai...@gmail.com:


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 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 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 mailing list :) There is always a first
 time you will say...


 --
 *Florian Desneux*


 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org




--
// Peter Pykäläinen
Lähetetty Jollastani
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org



___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 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 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 mailing list :) There is always a first
  time you will say...
 
 
  --
  *Florian Desneux*
 
 
  ___
  SailfishOS.org Devel mailing list
  To unsubscribe, please send a mail to
  devel-unsubscr...@lists.sailfishos.org
 


-- 
// Peter Pykäläinen
Lähetetty Jollastani
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 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-qtmultimedia-mediaplayer.html

 --
 *Michael Neufing*

 Zitat von peter.pykalai...@gmail.com:

  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 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 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 mailing list :) There is always a
 first
   time you will say...
  
  
   --
   *Florian Desneux*
  
  
   ___
   SailfishOS.org Devel mailing list
   To unsubscribe, please send a mail to
   devel-unsubscr...@lists.sailfishos.org
  
 
 
  --
  // Peter Pykäläinen
  Lähetetty Jollastani
  ___
  SailfishOS.org Devel mailing list
  To unsubscribe, please send a mail to devel-unsubscribe@lists.
 sailfishos.org


 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to devel-unsubscribe@lists.
 sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 formats, use MediaPlayer [2].
 
 [1] http://doc.qt.io/qt-5/qml-qtmultimedia-soundeffect.html#details
 [2] http://doc.qt.io/qt-5/qml-qtmultimedia-mediaplayer.html
 
 --
 *Michael Neufing*
 
 Zitat von peter.pykalai...@gmail.com:
 
  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 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 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 mailing list :) There is always a first
   time you will say...
  
  
   --
   *Florian Desneux*
  
  
   ___
   SailfishOS.org Devel mailing list
   To unsubscribe, please send a mail to
   devel-unsubscr...@lists.sailfishos.org
  
 
 
  --
  // Peter Pykäläinen
  Lähetetty Jollastani
  ___
  SailfishOS.org Devel mailing list
  To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
 
 
 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.or

-- 
// Peter Pykäläinen
Lähetetty Jollastani
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 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 mailing list :) There is always a first
 time you will say...


 --
 *Florian Desneux*


 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] QtMultimedia support

2015-02-25 Thread Jonni Rainisto
Also have you read known issues page, ie. have you enabled audio driver in your 
VM image?

The sound is not enabled in the Emulator. Fix: Shutdown the emulator; Open 
virtualbox manager; Pick SailfishOS Emulator, Pick Settings, pick Audio, 
Enable audio (default driver). Accept. Start Emulator. The Pulley menus make a 
sound for testing purposes.

Br, Jonni

From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] 
on behalf of Luis Manuel Ramos Da Costa [aliasb...@gmail.com]
Sent: Wednesday, February 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 
florian.desn...@gmail.commailto:florian.desn...@gmail.com:
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 mailing list :) There is always a first time 
you will say...


--
Florian Desneux


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to 
devel-unsubscr...@lists.sailfishos.orgmailto:devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


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 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 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 mailing list :) There is always a first
 time you will say...


 --
 *Florian Desneux*


 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org



 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org




-- 
*Florian Desneux*
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org