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
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | input_signal | fields_container, field | Input signal. |
| Pin 1 Required | duration_to_append | double | Duration, in seconds, of the zeros to append to the input signal. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | output_signal | fields_container, field | Output 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
| 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: append_zeros_to_signal
License: avrxp_snd_level1
Changelog
- Version 0.0.0: Initial release.