Extra Stereo
Extra Stereo expands (or narrows) the stereo image by scaling the difference between the left and right channels.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Coefficient | number | -10 to 10 | 2.5 | Above 1 widens stereo separation, below 1 narrows it, negative inverts the channels. |
| Clipping | toggle | on | Protects against clipping introduced by widening. |
See also
Stereo Widen for a delay/feedback-based approach to width instead of simple channel-difference scaling.
Control preview
JSON structure
{
"id": "extrastereo",
"enabled": true,
"params": {
"m": 2.5,
"c": true
}
}