On Mar 21, 2014, at 8:47 AM, Damian Ivanov wrote:

> Is there a Qt API so I can control system-wide sound (like volume
> slider + mute button)
No there isn't, at least not at a system level. You can only change the volume 
of a given QMediaPlayer (or QAudioOutput) own audio stream.
You'll have to use pulseaudio directly.

--
Yoann


_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to