@langwatch/scenario
    Preparing search index...

    Interface VoiceUserOptions

    Per-step voice overrides for user (PRD §4.2).

    interface VoiceUserOptions {
        audioEffects?: ((audio: Uint8Array) => Uint8Array)[];
        voiceStyle?: string;
    }
    Index

    Properties

    audioEffects?: ((audio: Uint8Array) => Uint8Array)[]

    Audio effects applied to ONLY this turn's synthesized audio, overriding the simulator's default effects for the turn. (PRD §4.2 L293.)

    voiceStyle?: string

    Apply a voice style (e.g. "angry") to ONLY this turn's TTS. Reverts to the simulator's default voice on subsequent turns. (PRD §4.2 L290.)