[pulseaudio-discuss] command-line control - increase/decrease volume of default output

2011-02-24 Thread Ng Oon-Ee
Hi all, It seems the only way to achieve the above would be to script the following:- 1. Obtain the default device using pacmd list-sinks | grep * or similar 2. Get that device's current volume using some multi-line parsing of pacmd list-sinks or pacmd info (output in %) 3. Convert the given %

Re: [pulseaudio-discuss] command-line control - increase/decrease volume of default output

2011-02-24 Thread Colin Guthrie
'Twas brillig, and Ng Oon-Ee at 24/02/11 12:07 did gyre and gimble: Hi all, It seems the only way to achieve the above would be to script the following:- 1. Obtain the default device using pacmd list-sinks | grep * or similar 2. Get that device's current volume using some multi-line

Re: [pulseaudio-discuss] command-line control - increase/decrease volume of default output

2011-02-24 Thread Ng Oon-Ee
On Thu, 2011-02-24 at 12:46 +, Colin Guthrie wrote: 'Twas brillig, and Ng Oon-Ee at 24/02/11 12:07 did gyre and gimble: Hi all, It seems the only way to achieve the above would be to script the following:- 1. Obtain the default device using pacmd list-sinks | grep * or similar

Re: [pulseaudio-discuss] command-line control - increase/decrease volume of default output

2011-02-24 Thread Colin Guthrie
'Twas brillig, and Ng Oon-Ee at 24/02/11 13:14 did gyre and gimble: This would have to be part of pacmd or separate? I thought this is what pactl was supposed to be for, but it seems development on that just stopped. And yes I forgot I had alsa's ctl bound to hardware, that would be a