Interface LoudnessChannelInput

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

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

Properties

Properties

samples: Float32Array