cacophony
    Preparing search index...

    Interface LoudnessChannelInput

    One channel's signal plus its BS.1770-5 channel label (for the weight G_i).

    interface LoudnessChannelInput {
        channel: LoudnessChannel;
        samples: Float32Array;
    }
    Index
    samples: Float32Array