Skip to main content

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

InputNameExpected type(s)Description
Pin 0
Required
input_signalfields_containerInput signals to sum: each signal is a field of input_signal.

Outputs

OutputNameExpected type(s)Description
Pin 0output_signalfieldOutput signal: sample-by-sample sum ot the input signals.

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf 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.