Releases: speechmatics/speechmatics-python
Add support for batch api and speaker diarization in RT
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
- 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
- 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
- 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.
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
to get the fix for Python-3.10
Update websockets dependency
- bump
websocketsdependency 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
Add enable_entities support in transcription config for ITN.
0.0.14: General availability for operating points
Merge pull request #39 from speechmatics/feature/release-operating-po…
0.0.13: Add operating-point setting (#36)
* Add operating-point setting * Disable no-value-for-parameter warning * Document that operating-point is not implemented yet. * Fix linting