Releases: speechmatics/speechmatics-python
Releases · speechmatics/speechmatics-python
3.0.2
3.0.1
Fixed
- Language code getting added to URL query parameter
3.0.0
Changed
- Renamed
extra_headers
toadditional_headers
inwebsockets.connect()
to support WebSockets version 14.0,
as per documentation - Updated
speechmatics-python
to requirePython >= 3.9
, aligning with WebSockets 14.0
2.0.3
N.B: speechmatics-python 2.0.3
is the last version supporting Python 3.8
Fixed
- Unexpected
keyword argument 'extra_headers'
error inwebsockets.connect()
by updating requirements to allow versions of websockets from 10.0 up to and including 13.1
2.0.2
2.0.1
Refactor mutable default parameters in run function
2.0.0
Remove deprecated speaker_change, channel_and_speaker_change, and speaker_change_sensitivity diarization options
1.15.0
Added speaker_change
deprecation warning
1.14.10: Moved remove-disfluencies arg to both batch and rt (#100)
Fix: The remove_disfluencies
option now works for both batch and RT.
1.14.9
Added support for adding extra headers for RT websocket