Assemblyai

Latest version: v0.26.0

Safety actively analyzes 623360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.26.0

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 https://github.com/AssemblyAI/assemblyai-python-sdk/pull/66

Deprecation
* Deprecate `extras.file_from_stream`. The new upload functions can be used instead.

New Contributors
* dweekly made their first contribution in https://github.com/AssemblyAI/assemblyai-python-sdk/pull/66

**Full Changelog**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.25.0...0.26.0

0.25.0

Changes

Features
- Add `disable_partial_transcripts` and `on_extra_session_information` to `RealtimeTranscriber`

Improvement
- Remove white noise from `stream_file`

**Full Changelog**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.24.0...0.25.0

0.24.0

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**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.23.1...0.24.0

0.23.1

What's Changed

Changes

Features:
- Add support for Conformer-2 `SpeechModel` (https://github.com/AssemblyAI/assemblyai-python-sdk/pull/60)

**Full Changelog**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.23.0...0.23.1

0.23.0

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**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.22.0...0.23.0

0.22.0

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
* oconnoob made their first contribution in https://github.com/AssemblyAI/assemblyai-python-sdk/pull/52

**Full Changelog**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.21.0...0.22.0

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.