How to set maximum length for sentence splitting using max_chunk_length
The max_chunk_length parameter defines the maximum number of characters allowed in each sentence chunk when splitting long text inputs for real-time streaming. This helps the TTS engine process content efficiently while preserving natural sentence flow.
Parameter Details
- Type: Integer
- Range:
50to500 - Default:
150 - Purpose: To split long text into manageable sentence chunks based on character length.