Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 517 Bytes

File metadata and controls

19 lines (11 loc) · 517 Bytes

ChunkingStrategy

Controls how the audio is cut into chunks. When set to "auto", the server first normalizes loudness and then uses voice activity detection (VAD) to choose boundaries. server_vad object can be provided to tweak VAD detection parameters manually. If unset, the audio is transcribed as a single block.

Supported Types

str

value: str = /* values here */

models.ServerVadChunkingStrategy

value: models.ServerVadChunkingStrategy = /* values here */