UnleashX commited on
Commit
c1eb7bb
·
verified ·
1 Parent(s): a00d25e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -311,7 +311,7 @@ class RealTimeAudioProcessor:
311
  """
312
  Manages a single live call, bridging audio between the SAN system and Millis AI.
313
  """
314
- PHONE_RATE = 8000
315
  MILLIS_RATE = 16000
316
  CHUNK_MS = 20
317
  BYTES_PER_SAMPLE = 2
 
311
  """
312
  Manages a single live call, bridging audio between the SAN system and Millis AI.
313
  """
314
+ PHONE_RATE = 16000
315
  MILLIS_RATE = 16000
316
  CHUNK_MS = 20
317
  BYTES_PER_SAMPLE = 2