mediaforge - v0.1.0
    Preparing search index...

    Interface SilencedetectOptions

    interface SilencedetectOptions {
        noise?: string;
        duration?: number;
        mono?: boolean;
    }
    Index

    Properties

    noise?: string

    Silence threshold in dB or amplitude. Default: -60dB

    duration?: number

    Minimum silence duration in seconds. Default: 2

    mono?: boolean

    Mono mode: average all channels