zhenxuan commited on
Commit
0e4d6bc
1 Parent(s): 1cd66c9

Update REC_INTERVAL_IN_SECONDS config

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import torchaudio.functional as F
11
  LOGGING_FORMAT = '%(asctime)s %(message)s'
12
  logging.basicConfig(format=LOGGING_FORMAT,level=logging.INFO)
13
 
14
- REC_INTERVAL_IN_SECONDS = 2
15
 
16
  # tmp dir to store audio files.
17
  if not os.path.isdir('./tmp/'):
 
11
  LOGGING_FORMAT = '%(asctime)s %(message)s'
12
  logging.basicConfig(format=LOGGING_FORMAT,level=logging.INFO)
13
 
14
+ REC_INTERVAL_IN_SECONDS = 1
15
 
16
  # tmp dir to store audio files.
17
  if not os.path.isdir('./tmp/'):