connect 连接节点
connect
类型: MethodDeclaration
所属类: AudioReverb
定义位置: audio.ts
描述
连接节点
返回值
类型: void
源代码
位置: 第 637 行
private connect(): void {
this.player.reverb = this
this.input.disconnect(this.output)
this.input.connect(this.dryGain)
this.dryGain.connect(this.output)
this.input.connect(this.wetGain)
this.wetGain.connect(this.convolver)
}
文档生成时间:2025/7/7 12:07:06