sound:sum of signals
Version: 0.0.0
Description
Sample-by-sample sum of all the signals (fields) of an input fields_container, into a single field. If the signals have different sampling frequencies, all the signals are resampled to the maximum sampling frequency of the signals. If the signals have different length, the length of the output signal will be the length of the longest signal. The shortest signals are padded with zeros before the sum.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | input_signal | fields_container | Input signals to sum: each signal is a field of input_signal. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | output_signal | field | Output signal: sample-by-sample sum ot the input signals. |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: sound
Plugin: sound
Scripting name: None
Full name: None
Internal name: sum_signals
License: avrxp_snd_level1
Changelog
- Version 0.0.0: Initial release.