sound:get frequency weighting (A, B, C)
Version: 0.0.0
Description
Retrieve the A-, B-, or C-weighting values, in dB, at the specified frequencies.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | frequencies | vector<double> | Array of frequencies where weightings shall be returned. |
| Pin 1 Required | frequency_weighting | string | Frequency weighting. Supported values are: * "A": A-weighting, * "B": B-weighting, * "C": C-weighting. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | weights | vector<double> | Values of the required weighting in dB, at the specified 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: get_frequency_weighting
License: avrxp_snd_level1
Changelog
- Version 0.0.0: Initial release.