Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Config.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2008-12-19 04:26:58 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2008-12-19 23:50:57 (GMT)
commitcf9c4c752d2b2941d3598cde31c437225696f012 (patch)
tree40196f96d9d9f7576d5e95ab7cbbdcf3a11ea46e /common/Config.py
parent11ddb4cbf9b695fdd042105d7e341f20e347e018 (diff)
global on/off mic&lab from Config flags
Diffstat (limited to 'common/Config.py')
-rw-r--r--common/Config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Config.py b/common/Config.py
index 53b161e..fee725c 100644
--- a/common/Config.py
+++ b/common/Config.py
@@ -62,6 +62,8 @@ PLUGIN_NPERIODS = 2
## SOUNDS
##############
+MIC = False
+
ARECORD = "arecord " + os.getenv("TAMTAM_ARECORD",
"-f S16_LE -t wav -r 16000 -c2 -D hw:0,0")