speechmatics / speechmatics-python

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

Fix remove-disfluencies to be default None #97

Closed TeriDSpeech closed 6 months ago

TeriDSpeech commented 6 months ago

Previously remove-disfluencies was not backwards compatible because the default "False" value could not be handled by old transcriber versions. "None" fixes this.