Mixer Modules
mixer.2x1
I/O: signal/signal
Supports HDR: N/A
Parameters:
- Sample rate (
sr
): An integer number representing the input sample rate of the modulator. Incongruent input signals will be resampled to this sample rate before any processing occurs within the module. Specified in Hz.
Input Channels
- Input channel 00/01 (
id00
/id01
): Integer numbers greater than or equal to zero. Corresponds to which channels should be used as mixer input.
Input Gain Factors
- Input gain factor 00/01 (
f00
/f01
): Input gain factor of each channel. Corresponds to how much each channel's input is multiplied before being added together.
Notes:
- This module always produces an output signal with exactly one channel.
- If any of the input channel numbers are specified as -1, those inputs will not contribute to the final mixed signal.
mixer.2x2
I/O: signal/signal
Supports HDR: N/A
Parameters:
- Sample rate (
sr
): An integer number representing the input sample rate of the modulator. Incongruent input signals will be resampled to this sample rate before any processing occurs within the module. Specified in Hz.
Input Channels
- Input channel 00/01 (
id00
/id01
): Integer numbers greater than or equal to zero. Corresponds to which channels should be used as mixer input for output channel 0. - Input channel 10/11 (
id10
/id11
): Integer numbers greater than or equal to zero. Corresponds to which channels should be used as mixer input for output channel 1.
Input Gain Factors
- Input gain factor 00/01 (
f00
/f01
): Input gain factor of each channel. Corresponds to how much each channel's input is multiplied before being added together for output channel 0. - Input gain factor 10/11 (
f10
/f11
): Input gain factor of each channel. Corresponds to how much each channel's input is multiplied before being added together for output channel 1.
Notes:
- This module always produces an output signal with exactly two channels.
- If any of the input channel numbers are specified as -1, those inputs will not contribute to the final mixed signal.
mixer.2x3
I/O: signal/signal
Supports HDR: N/A
Parameters:
- Sample rate (
sr
): An integer number representing the input sample rate of the modulator. Incongruent input signals will be resampled to this sample rate before any processing occurs within the module. Specified in Hz.
Input Channels
- Input channel 00/01 (
id00
/id01
): Integer numbers greater than or equal to zero. Corresponds to which channels should be used as mixer input for output channel 0. - Input channel 10/11 (
id10
/id11
): Integer numbers greater than or equal to zero. Corresponds to which channels should be used as mixer input for output channel 1. - Input channel 20/21 (
id20
/id21
): Integer numbers greater than or equal to zero. Corresponds to which channels should be used as mixer input for output channel 2.
Input Gain Factors
- Input gain factor 00/01 (
f00
/f01
): Input gain factor of each channel. Corresponds to how much each channel's input is multiplied before being added together for output channel 0. - Input gain factor 10/11 (
f10
/f11
): Input gain factor of each channel. Corresponds to how much each channel's input is multiplied before being added together for output channel 1. - Input gain factor 20/21 (
f20
/f21
): Input gain factor of each channel. Corresponds to how much each channel's input is multiplied before being added together for output channel 2.
Notes:
- This module always produces an output signal with exactly three channels.
- If any of the input channel numbers are specified as -1, those inputs will not contribute to the final mixed signal.