大约有 113 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0031 秒)
Laya_社区(94) Laya2.0_文档(5) Laya3.0_文档(4) Laya3.0_api(4) Laya2.0_示例(2) Laya2.0_api(2) laya_api(1) Laya_示例(1)
...Buffer = audioCtx.createBuffer(2, frameCount, audioCtx.sampleRate); window.onclick = function() { // Fill the buffer with white noise; //just random values between -1.0 and 1.0 for (var channel = 0; channel 总结:可以看到 web的声音功能越来越强大,假如不考虑某些低端机的兼...
来源: Laya2.0_文档 发布时间: 20210715
...Buffer = audioCtx.createBuffer(2, frameCount, audioCtx.sampleRate); window.onclick = function() { // Fill the buffer with white noise; //just random values between -1.0 and 1.0 for (var channel = 0; channel < channels; channel++) { // This gives us the actual ArrayBuffer that contains the data var n...
来源: Laya2.0_文档 发布时间: 20210715
...Buffer = audioCtx.createBuffer(2, frameCount, audioCtx.sampleRate); window.onclick = function() { // Fill the buffer with white noise; //just random values between -1.0 and 1.0 for (var channel = 0; channel < channels; channel++) { // This gives us the actual ArrayBuffer that contains the data va...
来源: Laya3.0_文档 发布时间: 20251010