Skip to content

Commit df57022

Browse files
committed
add batch_size param to STT params
1 parent 4ae84a5 commit df57022

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
@@ -26,6 +26,7 @@ class SpeechToTextParams(TypedDict):
2626
translate: NotRequired[bool]
2727
by_speaker: NotRequired[bool]
2828
webhook_url: NotRequired[str]
29+
batch_size: NotRequired[int]
2930

3031

3132
class SpeechToTextResponse(TypedDict):

0 commit comments

Comments
 (0)