EQBand

export interface EQBand {
    band: number;
    gain: number;
}

Last updated