Skip to content

Commit

Permalink
add audio_events_config to BatchTranscriptionConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
HennerM committed Feb 29, 2024
1 parent d6303be commit 61f0e66
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.14.3] - 2024-02-29

## Fixed

- Add audio_events_config to BatchTranscriptionConfig

## [1.14.2] - 2024-02-28

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.2
1.14.3
2 changes: 2 additions & 0 deletions speechmatics/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ class BatchTranscriptionConfig(_TranscriptionConfig):
auto_chapters_config: Optional[AutoChaptersConfig] = None
"""Optional configuration for detecting chapters of the transcript"""

audio_events_config: Optional[AudioEventsConfig] = None

def as_config(self):
dictionary = self.asdict()

Expand Down

0 comments on commit 61f0e66

Please sign in to comment.