Enum ElevenLabsOverflow
- Namespace
- VisioForge.Core.Types.X.ElevenLabs
- Assembly
- VisioForge.Core.dll
Defines how output audio with a longer duration than input text should be handled in the ElevenLabs synthesizer.
public enum ElevenLabsOverflowFields
Clip = 0-
Clip the output audio to match the input text duration.
Overlap = 1-
Overlap the output audio with the next segment.
Shift = 2-
Shift subsequent segments to accommodate the overflow.