Update app.py
Browse files
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 =
|
| 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
|