Which QtMobility code i have to include in my QtQuick Application to use SoundEffect?![]()
Which QtMobility code i have to include in my QtQuick Application to use SoundEffect?![]()
check Multimedia QML Plugin. I think it will help you.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
i have define CONFIG += mobility MOBILITY = multimedia in .pro file and
in qml file import QtMultimediaKit 1.1.
when i am running application then i am getting error “QtMultimediaKit” is not installed.
check the link. Some discussion is going on the issue, i think you might have some issue with installation/configuration.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
hi Humais,
I m working on Qt Sdk 1.1 and used Audio Element to set the background sound and its working like a charm, for that you have to import QtMultimedia 1.1 and Import Qt 4.7(well i havent yet debug without importing Qt 4.7). And one more important thing is, do on device debugging. i have tried on simulator but unable to run.
Regards
Viral Parmar
Hi!
As far as I know, the QtMultimediaKit is not valid for Symbian. So if you want to play sound, you have to make a call to the C++ code to do the duty![]()
I generally use phonon for sound in Qt. It works both in mameo and symbian.
here is sample code.
http://kunalmaemo.blogspot.com/2011/...nd-phonon.html
http://kunalmaemo.blogspot.com/