var bufferSource = ctx.createBufferSource(); bufferSource.buffer = buffer; bufferSource.connect(ctx.destination); bufferSource.start(); }
確定! 回上一頁