Skip to main content

disconnect 断开节点

disconnect

类型: MethodDeclaration

所属类: AudioReverb

定义位置: audio.ts

描述

断开节点

返回值

类型: void

源代码

位置: 第 647 行

private disconnect(): void {
this.player.reverb = null
this.input.disconnect(this.dryGain)
this.dryGain.disconnect(this.output)
this.input.disconnect(this.wetGain)
this.wetGain.disconnect(this.convolver)
this.input.connect(this.output)
}

文档生成时间:2025/7/7 12:07:06