Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 607 Bytes

File metadata and controls

14 lines (10 loc) · 607 Bytes

AudioChunkOperation

Chunks audio into smaller segments of the specified duration.

Properties

Name Type Required Description
chunk_duration_milliseconds int Yes Duration of each chunk in milliseconds.
encode_format AudioEncodeFormat Yes
chunk_index int Yes The chunk index to retain.
type Literal["chunk"] Yes None

[Back to Model list] [Back to API list] [Back to README]