balance2
Adjust one audio signal according to the values of another.
The rms power of asig can be interrogated, set, or adjusted to match that of a comparator signal.
Syntax
Initialization
ihp (optional) -- half-power point (in Hz) of a special internal low-pass filter. The default value is 10.
iskip (optional, default=0) -- initial disposition of internal data space (see reson). The default value is 0.
Performance
asig -- input audio signal
acomp -- the comparator signal
balance2 outputs a version of asig, amplitude-modified so that its rms power is equal to that of a comparator signal acomp. Thus a signal that has suffered loss of power (eg., in passing through a filter bank) can be restored by matching it with, for instance, its own source. It should be noted that gain and balance2 provide amplitude modification only - output signals are not altered in any other respect.
Note that balance2 is just like balance except the gain is recalculated for every sample rather than interpolating k-rate values.
Examples
Here is an example of the balance2 opcode. It uses the file balance2.csd.
See also
Amplitude Modifiers and Dynamic processing
Credits
Author: Victor Lazzarini;
March 2018
New in Csound version 6.11