comparison skaapsteker/constants.py @ 572:11d8b6b407e5 pyweek12 0.1

Turn off debug
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 02:53:40 +0200
parents c7c3f55554d4
children
comparison
equal deleted inserted replaced
571:82a49e9d91f9 572:11d8b6b407e5
7 FREQ = 44100 # same as audio CD 7 FREQ = 44100 # same as audio CD
8 BITSIZE = -16 # unsigned 16 bit 8 BITSIZE = -16 # unsigned 16 bit
9 CHANNELS = 2 # 1 == mono, 2 == stereo 9 CHANNELS = 2 # 1 == mono, 2 == stereo
10 BUFFER = 1024 # audio buffer size in no. of samples 10 BUFFER = 1024 # audio buffer size in no. of samples
11 11
12 DEBUG = True 12 DEBUG = False
13 13
14 EPSILON = 1e-10 14 EPSILON = 1e-10
15 15
16 # Time parameter for double key taps checked. 16 # Time parameter for double key taps checked.
17 # This is for both key down time and for gap between taps 17 # This is for both key down time and for gap between taps