Skip to content

Commit 3846f6f

Browse files
updating STT to accept chunk_duration as a param.
1 parent 87a02a7 commit 3846f6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jigsawstack/audio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class SpeechToTextParams(TypedDict):
2929
by_speaker: NotRequired[bool]
3030
webhook_url: NotRequired[str]
3131
batch_size: NotRequired[int]
32+
chunk_duration: NotRequired[int]
3233

3334

3435
class ChunkParams(TypedDict):

0 commit comments

Comments
 (0)