speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
58 stars 14 forks source link

Fix config backwards compatibility #50

Closed giorgosHadji closed 2 years ago

giorgosHadji commented 2 years ago

Remove default values from args parser for max-delay-mode and operating-point for backwards compatibility with older versions of RTC. When a default value is not supplied, the parameter gets the value None, which using the .asdict() (e.g here ) the parameter gets completely removed when we sent it to RTC and thus has no issues.