PDA

View Full Version : How to make my app to play background music



HelloDan
7th April 2009, 06:35
I want to write an app which can play background music (MP3 file). I don't want a player, but just play music, not need to control. But I don't know how to do. Can you give me some advise how to?

munna
7th April 2009, 06:57
On windows you can play wav file using QSound

talk2amulya
7th April 2009, 07:32
go for phonon, using phonon u can play mp3 file which is not possible through QSound..go through the example available in Qt examples directory..u'll be able to easily do it

HelloDan
8th April 2009, 10:17
Thanks you all.