sound:compute ISTFT
Version: 0.0.0
Description
Compute Inverse Short-Time Fourier Transform (ISTFT).
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | input_stft | fields_container | The input STFT, obtained using the operator compute_stft. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | output_signal | field | Resulting output temporal signal as a field. |
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: compute_istft
License: avrxp_snd_level1
Changelog
- Version 0.0.0: Initial release.