hello,
i asking this question to everybody out there having experience in playing mp3 files via qt:
1) is this possible at all (what class does that?)
2) if yes, is it possible to change pitch and speed while playing ?
thnx.
hello,
i asking this question to everybody out there having experience in playing mp3 files via qt:
1) is this possible at all (what class does that?)
2) if yes, is it possible to change pitch and speed while playing ?
thnx.
Qt Code:
Phonon::MediaObject *music = Phonon::createPlayer(Phonon::MusicCategory, Phonon::MediaSource("/path/mysong.mp3")); music->play();To copy to clipboard, switch view to plain text mode
http://doc.qt.nokia.com/latest/phonon-overview.html
http://phonon.kde.org/
Bookmarks