From 1ac931864550bae89baed7575785b339fb2b1465 Mon Sep 17 00:00:00 2001 From: Kurt Korbatits Date: Fri, 6 Jul 2012 09:56:38 +1000 Subject: Added volume control for QAudioOutput & QAudioInput (alsa) QTBUG-25454 - Added update to docs on volume control. - Added internal volume adjustment for alsa implementation. - Enabled float sample option in QAudioDeviceInfo (alsa). Change-Id: I6b89fc8beb457d71be9ad71b538c86a008570f07 Reviewed-by: Michael Goddard Reviewed-by: Kurt Korbatits --- src/multimedia/audio/qaudiooutput.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/multimedia/audio/qaudiooutput.cpp') diff --git a/src/multimedia/audio/qaudiooutput.cpp b/src/multimedia/audio/qaudiooutput.cpp index 4150e8c23..bdd40e6b8 100644 --- a/src/multimedia/audio/qaudiooutput.cpp +++ b/src/multimedia/audio/qaudiooutput.cpp @@ -349,6 +349,7 @@ QAudio::State QAudioOutput::state() const /*! Sets the volume. Where \a volume is between 0.0 and 1.0 inclusive. + Note: Adjustments to the volume will change the volume of this audio stream, not the global volume. */ void QAudioOutput::setVolume(qreal volume) { -- cgit v1.2.3