sound:compute octave levels from signal
Version: 0.0.0
Description
Compute octave-band levels from a time-domain signal input.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | input_signal | field | Input signal for the levels' computation. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | levels | field | Octave-band levels. The returned level unit is the square of the input signal's unit (for example, if the signal is in Pa, the levels will be returned in Pa^2).The field support contains the octave-band center frequencies. |
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_octave_levels_from_signal
License: avrxp_snd_level1
Changelog
- Version 0.0.0: Initial release.