DeepNoiseSuppressionEffect interface

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Deep noise suppression effect

Extends

Properties

name

Name of the audio effect

Inherited Methods

isSupported()

Please use the isSupported method on the AudioEffectsFeature API.

Property Details

name

Name of the audio effect

name: NoiseSuppressionEffectName

Property Value

Inherited Method Details

isSupported()

Warning

This API is now deprecated.

Please use the isSupported method on the AudioEffectsFeature API.

function isSupported(): Promise<boolean>

Returns

Promise<boolean>

Inherited From AudioEffect.isSupported