Skip to content

Releases: speechmatics/speechmatics-python

Add support for batch api and speaker diarization in RT

21 Jul 17:41

Choose a tag to compare

Added/Removed

Support for enable entities, speaker diarization sensitivity, channel diarization labels in batch
Add support for speaker diarization in RT, and support the max_speakers parameter
Remove support for --n_best_limit parameter
Added support for Batch ASR client
Add domain parameter

Changed:

Transformed transcribe command to follow the pattern of RT only for legacy compatibility
Fix client crashing if 'url' parameter is omitted and now outputting informative message
Changed diarization option <speaker_and_channel> to <channel_and_speaker_change> as that's what SaaS expects.
Fix get-results to fetch the transcript
Update batch delete job to return meaningful response

Fix unhandled task exception when running with timeout

25 Apr 09:12
ae105b9

Choose a tag to compare

  • Fix an issue with an unhandled task exception when using run_synchronously with a timeout.
  • Remove default values from args parser for max-delay-mode and operating-point for
    backwards compatibility with older versions of RTC.

Add support for raising ForceEndSession to end session early

14 Apr 10:30
adc066d

Choose a tag to compare

  • Use later version of sphinx to generate docs (supports Python 3.10)
  • Update Speechmatics logo
  • Allow user to raise ForceEndSession from an event handler or middleware in order to forcefully end the transcription session early.

Publish to pypi

24 Mar 14:34
c5a9252

Choose a tag to compare

  • Improve help documentation for max_delay_mode and some other parameters
  • Publish to pypi.org instead of test.pypi.org
  • Move version to 1.0.0 as the first non-test release

Added support for choosing mode of operation for max_delay.

14 Feb 12:03
8d27a80

Choose a tag to compare

Added support for choosing mode of operation for max_delay via max_delay_mode in transcription config.

0.0.17: upgrade websockets dependency to >=10

19 Jan 10:55
1c884a9

Choose a tag to compare

to get the fix for Python-3.10

Update websockets dependency

19 Jan 08:08
032c8a5

Choose a tag to compare

  • bump websockets dependency to 9.1 to get the fix for an issue it has with Python 3.10

0.0.15: Add enable_entities support in transcription config for ITN

18 Jan 13:27
5a10fb7

Choose a tag to compare

Add enable_entities support in transcription config for ITN.

0.0.14: General availability for operating points

07 Sep 18:01
71ff5be

Choose a tag to compare

Merge pull request #39 from speechmatics/feature/release-operating-po…

0.0.13: Add operating-point setting (#36)

30 Mar 11:41
45ece38

Choose a tag to compare

* Add operating-point setting

* Disable no-value-for-parameter warning

* Document that operating-point is not implemented yet.

* Fix linting