Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorJames <james@mackie.fourth>2007-03-17 18:37:52 (GMT)
committer James <james@mackie.fourth>2007-03-17 18:37:52 (GMT)
commitfec8aed1a6d1b01d1314ab144bd5698c43266ed5 (patch)
tree8c11ac399c114901710cb713199d107a5a53d8c1 /Config.py
parent6292d23393ae45731f2393cc6ed265a2252a653a (diff)
new more robust alsa
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py17
1 files changed, 5 insertions, 12 deletions
diff --git a/Config.py b/Config.py
index e14dec2..b43c284 100644
--- a/Config.py
+++ b/Config.py
@@ -22,10 +22,6 @@ TAM_TAM_ROOT = os.path.dirname(os.path.abspath(__file__))
print 'INFO: loaded TAMTAM_ROOT=%s' % TAM_TAM_ROOT
-#BUFFERING
-NOTELOOPER_HORIZON = 0.300
-NOTELOOPER_SLEEP = 0.05
-
#PATHS
SOUNDS_DIR = TAM_TAM_ROOT + "/Resources/Sounds"
FILES_DIR = TAM_TAM_ROOT + "/Resources"
@@ -34,14 +30,11 @@ if SugarMode == True:
else:
PREF_DIR = SOUNDS_DIR + '/temp'
-#SERVER
-SERVER_ADDRESS = "localhost"
-SERVER_PORT = 40007
-
-SERVER_REQUIRED = 0
-
-INIT_ATTEMPTS = 2
-INIT_DELAY = 1.0
+#PLUGIN
+PLUGIN_DEBUG = os.getenv('HOME')+"/tamtam.aclient.log"
+PLUGIN_UNIVORC = TAM_TAM_ROOT + "/Resources/univorc.csd"
+PLUGIN_PERIOD = 1024
+PLUGIN_NPERIODS = 3
##############
## SOUNDS