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 03:32:22 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2008-12-19 23:50:57 (GMT)
commit11ddb4cbf9b695fdd042105d7e341f20e347e018 (patch)
tree8a7fa92756418f5ea3919f63303f107a92a7b697 /common/Config.py
parentfbee8354739ecb45aa70345a7ee3a7b0584e6766 (diff)
move micrec code to OS.py
Diffstat (limited to 'common/Config.py')
-rw-r--r--common/Config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/Config.py b/common/Config.py
index 9e2c069..53b161e 100644
--- a/common/Config.py
+++ b/common/Config.py
@@ -62,6 +62,9 @@ PLUGIN_NPERIODS = 2
## SOUNDS
##############
+ARECORD = "arecord " + os.getenv("TAMTAM_ARECORD",
+ "-f S16_LE -t wav -r 16000 -c2 -D hw:0,0")
+
LOW, MID, HIGH, PUNCH = range( 4 )
INSTRUMENT_TABLE_OFFSET = 5000