Skip to content

Releases: AssemblyAI/assemblyai-python-sdk

0.26.0

19 Apr 11:23
743b15b
Compare
Choose a tag to compare

What's Changed

Features

  • Add support for file uploads through Transcriber.upload() and Transcriber.upload_async() in #68
  • Add support for BinaryIO type for submit() and transcribe() in #68
  • Add support for redact_pii_audio_quality by @dweekly in #66

Deprecation

  • Deprecate extras.file_from_stream. The new upload functions can be used instead.

New Contributors

Full Changelog: 0.25.0...0.26.0

0.25.0

12 Apr 14:35
Compare
Choose a tag to compare

Changes

Features

  • Add disable_partial_transcripts and on_extra_session_information to RealtimeTranscriber

Improvement

  • Remove white noise from stream_file

Full Changelog: 0.24.0...0.25.0

0.24.0

03 Apr 07:29
Compare
Choose a tag to compare

Changes

Features

  • Add SpeechModel.best
  • Add string support for language_code parameter
  • Add support to delete transcripts. PR #56 by @oconnoob:
    • Transcript.delete_by_id() and Transcript.delete_by_id_async

Deprecations

  • Deprecate LanguageCode enum. It will be removed in 1.0.0. Use strings instead.

Full Changelog: 0.23.1...0.24.0

0.23.1

18 Mar 20:33
cedd39f
Compare
Choose a tag to compare

What's Changed

Changes

Features:

  • Add support for Conformer-2 SpeechModel (#60)

Full Changelog: 0.23.0...0.23.1

0.23.0

08 Mar 12:54
Compare
Choose a tag to compare

What's Changed

Features:

  • Add async methods to LeMUR: task_async(), question_async(), summarize_async(), action_items_async(), and purge_request_data_async()

Documentation

  • Add more code examples to README:
    • Transcribe from stream example
    • Real-Time End-of-utterance controls example

Full Changelog: 0.22.0...0.23.0

0.22.0

15 Feb 12:41
7a41020
Compare
Choose a tag to compare

What's Changed

Features:

  • Add end of utterance controls for RealtimeTranscriber:
    • Add parameter end_utterance_silence_threshold
    • Add configure_end_utterance_silence_threshold()
    • Add force_end_utterance()

Refactors:

  • Improve error messages for standard errors: New error message displays the request with the URL
  • Remove _encode_data() in _RealtimeTranscriberImp (streaming data can be sent directly as binary data)

New Contributors

Full Changelog: 0.21.0...0.22.0

0.20.2

27 Dec 16:30
f5b70ae
Compare
Choose a tag to compare

0.20.1

18 Dec 22:24
d0830b9
Compare
Choose a tag to compare

0.20.0

22 Nov 18:34
e4d3379
Compare
Choose a tag to compare

What's Changed

Features

Misc

  • Cleanup duplicate code in tests

Documentation

Full Changelog: 0.19.0...0.20.0

0.19.0

20 Oct 11:26
Compare
Choose a tag to compare