speechmatics / speechmatics-python

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

Adds support for configuring volume filtering #91

Closed jrg1381 closed 6 months ago

jrg1381 commented 6 months ago

Supports unreleased volume filtering feature:

{
  "transcription_config": {
    "language": "en",
    "audio_filtering_config": {
      "volume_threshold": 4
    }
  }
}