Set volume and frequency of a sound qith Qsound
General and Desktop
3
Posts
2
Posters
2.8k
Views
1
Watching
-
wrote on 30 Mar 2013, 21:49 last edited by
Hey guys,
I'm a beginner of this kind of programming language and I'm trying to create a program that plays a sound and sets the volume and the frequency of that sound in pyqt.
I'm able to play the sound with class Qsound but I couldn't find some function to set the volume or the frequency of the sound.
could anyone help me??
thanks in advance you your help (and sorry for my english) -
Hi and welcome to DevNet,
QSound has only the minimum function to play sound. If you want more control, you should have a look at Phonon/QtMultimedia.
Hope it helps
-
wrote on 30 Mar 2013, 22:04 last edited by
Thank you very much for you answer.
I'll try but phonon seems a little complicated to use for a beginner as me eheh
2/3