Skip to main content

sound:append zeros to signal

Version: 0.0.0

Description

Append samples with value zero at the end of the signal, to extend its duration. Note: Append applies to every channel of the signal.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
input_signalfields_container, fieldInput signal.
Pin 1
Required
duration_to_appenddoubleDuration, in seconds, of the zeros to append to the input signal.

Outputs

OutputNameExpected type(s)Description
Pin 0output_signalfields_container, fieldOutput signal with appended zeros. The type of the output will be the same as the input on pin 0. For example, a Field as an input will result in a Field for the output.

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: append_zeros_to_signal

License: avrxp_snd_level1

Changelog

  • Version 0.0.0: Initial release.