Spaces:
Runtime error
Runtime error
ensure echo cancelation
Browse files
d_app.py
CHANGED
|
@@ -73,6 +73,7 @@ async def main():
|
|
| 73 |
"sampleRate": 48000,
|
| 74 |
"sampleSize": 16,
|
| 75 |
"noiseSuppression": True,
|
|
|
|
| 76 |
"channelCount": 1,
|
| 77 |
}
|
| 78 |
},
|
|
|
|
| 73 |
"sampleRate": 48000,
|
| 74 |
"sampleSize": 16,
|
| 75 |
"noiseSuppression": True,
|
| 76 |
+
"echoCancellation": True,
|
| 77 |
"channelCount": 1,
|
| 78 |
}
|
| 79 |
},
|