Skip to main content

sound:xtract - Create XTRACT noise profile from white noise power

Version: 0.0.0

Description

Create a noise profile for XTRACT, given the power level of the white noise.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
input_white_noise_powerdoublePower of the white noise (dB SPL).
Pin 1
Required
sampling_frequencydoubleSampling frequency of the signal to denoise (which can be different from the signal used for creating the noise profile).
Pin 2window_lengthint32(Optional) Window length for the noise level estimation in ms. Default is 50 ms.

Outputs

OutputNameExpected type(s)Description
Pin 0noise_profilefieldNoise profile (field), to be used as input for the XTRACT denoiser operator.

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: create_noise_profile_from_white_noise_power

License: avrxp_snd_level1

Changelog

  • Version 0.0.0: Initial release.