Hello,
the followimg code, that worked until now in Belle, doesn't work anymore after upgrading to FP1:
Does somone know what can be done?Code:#include <QMediaPlayer> QMediaPlayer * player = new QMediaPlayer; player->setMedia(QUrl::fromLocalFile("E:/myWav.wav")); player->setVolume(10); // <-- it doesn’t matter what value is set here. The Device will play at full volume player->play();
Thanx



