QT and audio files
-
Hello,
I want to create a small audio player, which can play different formats like mp3, mp4 etc. I also want to get informations from the audio file like artist etc. But I dont want to install an extra audio player on my plattform, so everything has to be done with coding. Is this possible with QT?
-
Hi,
Have a look at the "Phonon module":http://qt-project.org/doc/qt-4.8/phonon-module.html
As a side not, it's spelled Qt, QT is for Apple's QuickTime
Hope it helps
-
Yes phonon should help you.
This link is an example of phonon : http://qt.developpez.com/doc/4.6/phonon-qmusicplayer/