Skip to content

Releases: speechmatics/speechmatics-python

3.0.2

18 Dec 14:17
0ecbbc7
Compare
Choose a tag to compare

Added

  • Introduce Mixed Error Rate to SM Metrics

3.0.1

09 Dec 12:15
1bd6e7f
Compare
Choose a tag to compare

Fixed

  • Language code getting added to URL query parameter

3.0.0

12 Nov 12:36
9c7becb
Compare
Choose a tag to compare

Changed

  • Renamed extra_headers to additional_headers in websockets.connect() to support WebSockets version 14.0,
    as per documentation
  • Updated speechmatics-python to require Python >= 3.9, aligning with WebSockets 14.0

2.0.3

12 Nov 11:28
f20c183
Compare
Choose a tag to compare

N.B: speechmatics-python 2.0.3 is the last version supporting Python 3.8

Fixed

  • Unexpected keyword argument 'extra_headers' error in websockets.connect()
    by updating requirements to allow versions of websockets from 10.0 up to and including 13.1

2.0.2

04 Oct 12:27
e47cd2f
Compare
Choose a tag to compare
  • Added internal, Speechmatics only client message: GetSpeakers, and server message: SpeakersResult
  • Added internal, Speechmatics only client method: send_message

2.0.1

27 Aug 09:31
78e60ac
Compare
Choose a tag to compare

Refactor mutable default parameters in run function

2.0.0

02 Aug 10:16
9f6f011
Compare
Choose a tag to compare

Remove deprecated speaker_change, channel_and_speaker_change, and speaker_change_sensitivity diarization options

1.15.0

01 Aug 12:04
076618a
Compare
Choose a tag to compare

Added speaker_change deprecation warning

1.14.10: Moved remove-disfluencies arg to both batch and rt (#100)

21 Jun 13:26
e3d35d8
Compare
Choose a tag to compare

Fix: The remove_disfluencies option now works for both batch and RT.

1.14.9

18 Jun 09:31
1e736f0
Compare
Choose a tag to compare

Added support for adding extra headers for RT websocket