diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-10-22 10:11:24 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-10-22 10:11:24 +0200 |
commit | caf4c56127d2353aec562d7486122e89a5ca4244 (patch) | |
tree | a8cf2f6be7a08f78dd2b6421a18fe070cc82fa91 | |
parent | f229ff96efc289c6d46150ad82e08ea839747dd8 (diff) | |
download | pa-sink-ctl-caf4c56127d2353aec562d7486122e89a5ca4244.tar.gz pa-sink-ctl-caf4c56127d2353aec562d7486122e89a5ca4244.tar.bz2 pa-sink-ctl-caf4c56127d2353aec562d7486122e89a5ca4244.zip |
Update README
-rw-r--r-- | README | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -1,7 +1,15 @@ -compile: -./autogen.sh -./configure -make +pa-sink-ctl - NCurses based Pulseaudio control client -install: -make install +What is pa-sink-ctl +=================== +Pa-sink-ctl is a ncurses based Pulseaudio control client, +that targets basic functions in a keyboard controllable way, +such as volume change and output assign of audio streams. + +Dependencies +============ +Among the pulseaudio API glib is required. + +Compiling +========= +See the INSTALL document for build instructions. |