DeepNoiseSuppressionEffect interface

注意

此 API 以 Beta 版本预览形式提供给开发者,可能根据我们收到的反馈更改。 请勿在生产环境中使用此 API。

深度噪声抑制效果

扩展

属性

name

音频效果的名称

继承的方法

isSupported()

请在 AudioEffectsFeature API 上使用 isSupported 方法。

属性详细信息

name

音频效果的名称

name: NoiseSuppressionEffectName

属性值

继承的方法详细信息

isSupported()

警告

现已弃用此 API。

请在 AudioEffectsFeature API 上使用 isSupported 方法。

function isSupported(): Promise<boolean>

返回

Promise<boolean>

继承自AudioEffect.isSupported