DeepNoiseSuppressionEffect interface
Deep noise suppression effect
- Extends
Properties
name | Name of the audio effect |
Inherited Methods
is |
Please use the isSupported method on the AudioEffectsFeature API. |
Property Details
name
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