Skip to content

Releases: AssemblyAI/assemblyai-python-sdk

0.22.0

15 Feb 12:41
7a41020

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.21.0

08 Feb 17:22

Choose a tag to compare

What's Changed

Features:

  • Add Mu-law support for Real-Time:
    • Add new encoding parameter to RealtimeTranscriber
    • Add new type AudioEncoding
  • Add temporary authentication support for Real-Time:
    • Add new token parameter to RealtimeTranscriber
    • Add create_temporary_token() function to RealtimeTranscriber
  • Add Nano tier support:
    • Add new speech_model option for TranscriptionConfig
    • Add new type SpeechModel

Fixes:

  • Change the confidence type from int to float for Sentence and Paragraph

New Contributors

Full Changelog: 0.20.2...0.21.0

0.20.2

27 Dec 16:30
f5b70ae

Choose a tag to compare

0.20.1

18 Dec 22:24
d0830b9

Choose a tag to compare

0.20.0

22 Nov 18:34
e4d3379

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

Choose a tag to compare

0.18.0

19 Sep 16:48

Choose a tag to compare

What's Changed

Features

  • Allow for customers to delete LeMUR data (7bf688c)
  • Allow for adding temperature to LeMUR requests (34e1e3c)
  • Add new extras function file_from_stream (0c950b0)

Fixes

  • Fix word_boost for RealtimeTranscriber (710d81f)

Full Changelog: 0.17.0...0.18.0

0.17.0

18 Aug 06:46

Choose a tag to compare

What's Changed

Features

  • Add the following new languages to the SDK (fa123eb)
    • 🇫🇮    Finnish
    • 🇰🇷🇰🇵 Korean
    • 🇵🇱    Polish
    • 🇷🇺    Russian
    • 🇹🇷    Turkish
    • 🇺🇦    Ukrainian
    • 🇻🇳    Vietnamese
    • 🇨🇳    Chinese

Fixes

  • Add a global context parameter to Lemur.question(...) (458968d)

Full Changelog: 0.16.0...0.17.0

0.16.0

14 Aug 15:42
864fdf3

Choose a tag to compare

What's Changed

Fix:

  • Validation error in enabling auto_chapters
  • Add webhook_auth_header_value in BaseTranscript

Feature:

  • Allow retrieval of JSON response via .json_response on Transcript
  • Allow submitting multiple audio files without waiting for completion via .submit_group

Full Changelog: 0.15.1...0.16.0

0.15.1

28 Jul 08:13
f4398cc

Choose a tag to compare

What's Changed

Fixes

  • fix: add missing speakers_expected to BaseTranscript by @gcheshkov in #30
  • fix: webhook_url configuration by @s0h3yl in #31

New Contributors

Full Changelog: 0.15.0...0.15.1