[Development] QML Audio on Android

Bruno Coudoin bruno.coudoin at gcompris.net
Tue Feb 4 23:40:36 CET 2014


Le 04/02/2014 08:51, nicola at 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 sounds in a platform independent way at the .pro level.

Bruno.




More information about the Development mailing list