Releases: AssemblyAI/assemblyai-python-sdk
Releases · AssemblyAI/assemblyai-python-sdk
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()
- Add parameter
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
What's Changed
Features:
- Add Mu-law support for Real-Time:
- Add new
encodingparameter toRealtimeTranscriber - Add new type
AudioEncoding
- Add new
- Add temporary authentication support for Real-Time:
- Add new
tokenparameter toRealtimeTranscriber - Add
create_temporary_token()function toRealtimeTranscriber
- Add new
- Add Nano tier support:
- Add new
speech_modeloption forTranscriptionConfig - Add new type
SpeechModel
- Add new
Fixes:
- Change the
confidencetype frominttofloatforSentenceandParagraph
New Contributors
Full Changelog: 0.20.2...0.21.0
0.20.2
0.20.1
0.20.0
What's Changed
Features
Misc
- Cleanup duplicate code in tests
Documentation
Full Changelog: 0.19.0...0.20.0
0.19.0
0.18.0
0.17.0
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
contextparameter toLemur.question(...)(458968d)
Full Changelog: 0.16.0...0.17.0
0.16.0
What's Changed
Fix:
- Validation error in enabling
auto_chapters - Add
webhook_auth_header_valueinBaseTranscript
Feature:
- Allow retrieval of JSON response via
.json_responseonTranscript - Allow submitting multiple audio files without waiting for completion via
.submit_group
Full Changelog: 0.15.1...0.16.0
0.15.1
What's Changed
Fixes
- fix: add missing
speakers_expectedtoBaseTranscriptby @gcheshkov in #30 - fix:
webhook_urlconfiguration by @s0h3yl in #31
New Contributors
- @gcheshkov made their first contribution in #30
Full Changelog: 0.15.0...0.15.1