[PyQt] phonon audio volume setting problem

2012-04-01 Thread Stephen Gava
hi there. i'm using phonon to play some sounds but i can't seem to control the audio output volume as i expect to be able to. i set up phonon like so: self.sfx_output=Phonon.AudioOutput(Phonon.MusicCategory,self) self.sfx_player=Phonon.MediaObject(self) Phonon.createPath(self.sfx_player,self.

[PyQt] phonon audio volume setting problem

2012-03-29 Thread Stephen Gava
hi there. i'm using phonon to play some sounds but i can't seem to control the audio output volume as i expect to be able to. i set up phonon like so: self.sfx_output=Phonon.AudioOutput(Phonon.MusicCategory,self) self.sfx_player=Phonon.MediaObject(self) Phonon.createPath(self.sfx_player,self.