Hard clipping configuration.
interface HardClipOptions {
drive: number;
gain: number;
strictMode: StrictMode;
}
Defines parameters for the hard clipping effect.
drive: number - Drive amount.gain: number - Output gain.strictMode: StrictMode - Validation behavior.