@langwatch/scenario
    Preparing search index...

    Type Alias TtsEffectFn

    TtsEffectFn: (chunk: AudioChunk) => AudioChunk | Promise<AudioChunk>

    Apply post-cache audio shaping. Effects are pure functions over the canonical AudioChunk; they never participate in the cache key.

    Type Declaration