The Adder audio object sums the samples of 2 audio channel input buffers and writes their sum to the output buffer. Thus, the number of input channels is always twice the number of output channels:
This module sums the pairwise contents of m_NumAudioIn audio buffer channels and writes the result to the output buffer. For this audio module, m_NumAudioIn is always double m_NumAudioOut.
Use Case: This object can be deployed whenever the sum of two audio channels or pairs of audio channels is required in the audio pipeline.
Adder Properties
Below table describes about the Adder audio object properties and functionality.
Properties | Description |
# of Audio Out | Adder audio object has a number of input channels that is double the number of output audio channels.
The number of output channels is configurable in SFD, and the number of input channels is derived accordingly. |
Display Name | Display the name of the Adder audio object in signal flow design. It can be changed based on the intended usage of the object. |
Mode
There are no mode available for Adder audio object.
Additional Parameters
There are no additional parameters available for Adder audio object.
Tuning Parameters
There are no tuning parameters available for Adder audio object.
Control Interface
There are no control parameters available for Adder audio object.
Native Panel
Adder audio object does not support native panel.