rrevo commited on
Commit
376e42a
·
1 Parent(s): b38ccd1
Files changed (1) hide show
  1. client/src/main.py +1 -1
client/src/main.py CHANGED
@@ -16,7 +16,7 @@ TRANSCRIBING_SERVER = os.getenv('TRANSCRIBING_SERVER', "http://localhost:3535/tr
16
 
17
 
18
  def main():
19
- recording_duration = 2
20
  sample_rate = 16000
21
  energy_threshold = 300
22
 
 
16
 
17
 
18
  def main():
19
+ recording_duration = 1
20
  sample_rate = 16000
21
  energy_threshold = 300
22