EqualizerConfiguration
new EqualizerConfiguration(bandMultipliers)
Parameter | Type | Optional | Description |
---|---|---|---|
bandMultipliers | Array<number> | ❌ | - |
Properties
public bandMultipliers: Array<number>
Methods
public getGain(band): number
Parameter | Type | Optional | Description |
---|---|---|---|
band | number | ❌ | - |
public isValidBand(band): boolean
Parameter | Type | Optional | Description |
---|---|---|---|
band | number | ❌ | - |
public setGain(band, value): void
Parameter | Type | Optional | Description |
---|---|---|---|
band | number | ❌ | - |
value | number | ❌ | - |