changeset 599:64992d05f523 pyweek12

Merge default branch ..r585
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 19:57:21 +0200
parents d350f124b67d (diff) 9f3c2c0fcf01 (current diff)
children 50ba0275a3a3
files
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgtags	Sun Apr 10 19:57:21 2011 +0200
@@ -0,0 +1,1 @@
+11d8b6b407e5b956c4025f6e6b4b973a8dffe2b8 0.1
--- a/skaapsteker/constants.py	Sun Apr 10 16:22:05 2011 +0200
+++ b/skaapsteker/constants.py	Sun Apr 10 19:57:21 2011 +0200
@@ -9,7 +9,7 @@
 CHANNELS = 2   # 1 == mono, 2 == stereo
 BUFFER = 1024  # audio buffer size in no. of samples
 
-DEBUG = True
+DEBUG = False
 
 EPSILON = 1e-10