@langwatch/scenario
    Preparing search index...

    Interface VoiceBackgroundNoise

    interface VoiceBackgroundNoise {
        source: string;
        volume: number;
    }
    Index

    Properties

    Properties

    source: string
    volume: number