sound:crop a signal
Version: 0.0.0
Description
Crop is used to isolate a part of a signal between a start and end time. Note: Crop applies to every channel of the signal.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | input_signal | fields_container, field | The input signal. |
| Pin 1 Required | start_time_in_sec | double | Start time of the part to crop, in seconds. |
| Pin 2 Required | end_time_in_sec | double | End time of the part to crop, in seconds. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | output_signal | fields_container, field | Cropped signal. 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: get_cropped_signal
License: avrxp_snd_level1
Changelog
- Version 0.0.0: Initial release.