[pulseaudio-tickets] [Bug 42773] New: pactl does not turn down volume
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Nov 10 02:19:17 PST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=42773
Bug #: 42773
Summary: pactl does not turn down volume
Classification: Unclassified
Product: PulseAudio
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: tools
AssignedTo: pulseaudio-bugs at lists.freedesktop.org
ReportedBy: dashmz at web.de
QAContact: pulseaudio-bugs at lists.freedesktop.org
CC: lennart at poettering.net
When I'm using pactl to turn the volume up by 5% for example, it all works:
r at MacBeth:~$ /usr/bin/pactl set-sink-volume 0 +5%
but turning the volume down by 5% returns an error code:
r at MacBeth:~$ /usr/bin/pactl set-sink-volume 0 -5%
/usr/bin/pactl: invalid option -- 5
In the manpage, it is described as followed:
set-sink-volume SINK VOLUME
Set the volume of the specified sink (identified by its symbolic name or
numerical index). VOLUME can be specified as integer (e.g. 2000, 16384), a
linear factor (e.g. 0.4, 1.100), a percentage (e.g. 10%, 100%) or a decibel
value (e.g. 0dB, 20dB). If the volume specification start with a + or - the
volume adjustment will be relative to the current sink volume.
So am I doing something wrong or is this a bug?
Regards
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the pulseaudio-bugs
mailing list