WAAWhiteNoiseNode:网络音频 API 的白噪声

时间:2024-07-06 18:32:57
【文件属性】:

文件名称:WAAWhiteNoiseNode:网络音频 API 的白噪声

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-06 18:32:57

JavaScript

WAAWhiteNoiseNode Web 音频 API 的白噪声节点。 注意:用于生成噪声的方法很糟糕(循环随机缓冲区),因此白噪声确实不是一种……但该方法是目前使用本机音频节点生成噪声的唯一方法。 安装 你可以从获取最新的浏览器版本,或者使用npm install waawhitenoise通过npm install waawhitenoise 用法 创造 : var context = new AudioContext ( ) , noiseNode = new WAAWhiteNoiseNode ( context ) 连接 : // `WAAWhiteNoiseNode.connect` takes the same arguments as `AudioNode.connect` noiseNode . connect ( someOtherNode ) 开


【文件预览】:
WAAWhiteNoiseNode-master
----LICENSE-MIT(1KB)
----lib()
--------WAAWhiteNoiseNode.js(973B)
----test()
--------WAAWhiteNoiseNode-tests.js(971B)
--------index.js(36B)
----README.md(1KB)
----dist()
--------WAAWhiteNoiseNode-latest.js(2KB)
----.gitignore(23B)
----index.js(173B)
----package.json(1022B)

网友评论