Re: [Development] QML Audio on Android

2014-02-08 Thread Cornelius Hald
On Fr, 2014-02-07 at 23:07 +0100, Bruno Coudoin wrote: > Le 06/02/2014 09:03, Cornelius Hald a écrit : > > Yes, please report those issues as bugs and post the links here. I'd > > like to follow the progress as well. All in all multimedia on Android > > still seems to be quite buggy. Had some iss

Re: [Development] QML Audio on Android

2014-02-07 Thread Bruno Coudoin
Le 06/02/2014 09:03, Cornelius Hald a écrit : > Yes, please report those issues as bugs and post the links here. I'd > like to follow the progress as well. All in all multimedia on Android > still seems to be quite buggy. Had some issues with videos as well. Hi, I just created the bugs: https

Re: [Development] QML Audio on Android

2014-02-06 Thread Cornelius Hald
On Thu, 2014-02-06 at 00:41 +0100, Bruno Coudoin wrote: > > > > Should I report a bug for these? > > Another test on Android (Nexus 5 / 4.4.2) with a different set of > issues: > > - The Audio are auto played by defaults, even if we force autoPlay to > false > - The ogg vorbis sound plays fine

Re: [Development] QML Audio on Android

2014-02-05 Thread Bruno Coudoin
Le 06/02/2014 00:15, Bruno Coudoin a écrit : Le 05/02/2014 21:58, Bruno Coudoin a écrit : Hi, Looking at the latest release 5.2.1 the Audio in QRC has been fixed: https://bugreports.qt-project.org/browse/QTBUG-31422 I have not tested yet, I was in the process of managing the issue in my appl

Re: [Development] QML Audio on Android

2014-02-05 Thread Bruno Coudoin
Le 05/02/2014 21:58, Bruno Coudoin a écrit : Hi, Looking at the latest release 5.2.1 the Audio in QRC has been fixed: https://bugreports.qt-project.org/browse/QTBUG-31422 I have not tested yet, I was in the process of managing the issue in my application and is is not that easy. I hope the QR

Re: [Development] QML Audio on Android

2014-02-05 Thread Thiago Macieira
Em qua 05 fev 2014, às 12:52:07, Alan Ezust escreveu: > I have the same question. > Interesting that assets:/ is used in both android and blackberry 10... > It would be nice if we could get assets:/ to work on the desktop platforms > also, > perhaps by packaging the assets into an accompanying .zi

Re: [Development] QML Audio on Android

2014-02-05 Thread Bruno Coudoin
Hi, Looking at the latest release 5.2.1 the Audio in QRC has been fixed: https://bugreports.qt-project.org/browse/QTBUG-31422 I have not tested yet, I was in the process of managing the issue in my application and is is not that easy. I hope the QRC way is working fine. Bruno. Le 05/02/201

Re: [Development] QML Audio on Android

2014-02-05 Thread Alan Ezust
I have the same question. Interesting that assets:/ is used in both android and blackberry 10... It would be nice if we could get assets:/ to work on the desktop platforms also, perhaps by packaging the assets into an accompanying .zip file so it doesn't cause memory bloat on the executable. On

Re: [Development] QML Audio on Android

2014-02-04 Thread Bruno Coudoin
Le 04/02/2014 08:51, nic...@nicoladefilippo.it a écrit : > Hi, > put your file in android/assets directory and from qml: > > MediaPlayer { > id: playMusic > source: "assets:/example.mp3" > } > Thanks, it works, next question, what is the proper way to manage a list of sou

Re: [Development] QML Audio on Android

2014-02-03 Thread nicola
Hi, put your file in android/assets directory and from qml: MediaPlayer { id: playMusic source: "assets:/example.mp3" } Nicola > Hi, > > I can't play any sound using qml Audio on android. I am putting the > sound in a qrc, it works fine on desktop but not on Andr

[Development] QML Audio on Android

2014-02-03 Thread Bruno Coudoin
Hi, I can't play any sound using qml Audio on android. I am putting the sound in a qrc, it works fine on desktop but not on Android. Does anyone know what it the correct way to play a sound on Android? Bruno. ___ Development mailing list Development