Function AudioEffectEQ.setBandGainDb
Sets band's gain at the specified index, in dB.
void setBandGainDb
(
const(long) band_idx,
const(double) volume_db
) nothrow @nogc;
Sets band's gain at the specified index, in dB.
void setBandGainDb
(
const(long) band_idx,
const(double) volume_db
) nothrow @nogc;