Skip to main content

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

InputNameExpected type(s)Description
Pin 0
Required
frequenciesvector<double>Array of frequencies where weightings shall be returned.
Pin 1
Required
frequency_weightingstringFrequency weighting.

Supported values are:

* "A": A-weighting,
* "B": B-weighting,
* "C": C-weighting.

Outputs

OutputNameExpected type(s)Description
Pin 0weightsvector<double>Values of the required weighting in dB, at the specified frequencies.

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf 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.