Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Config.py
diff options
context:
space:
mode:
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")