speechmatics / speechmatics-python

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

Fix remove-disfluencies to be default None #97

Closed TeriDSpeech closed 4 months ago

TeriDSpeech commented 4 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.