From 2876869020584497e61a340d4ca3c4c8a8cbde7f Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 21 Feb 2009 12:43:42 +0000 Subject: undoing pyalsaaudio patch --- (limited to 'arch_src/pyalsaaudio-0.2/test.py') diff --git a/arch_src/pyalsaaudio-0.2/test.py b/arch_src/pyalsaaudio-0.2/test.py deleted file mode 100644 index 51707ec..0000000 --- a/arch_src/pyalsaaudio-0.2/test.py +++ /dev/null @@ -1,7 +0,0 @@ -import alsaaudio -import sys -if len(sys.argv) > 1: name = sys.argv[1] -else: name = "Master" - -m = alsaaudio.Mixer(name) - -- cgit v0.9.1