文件名称:note-player-stream:根据输入流使用 Web Audio API 播放不同的音符
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-04 10:05:28
JavaScript
笔记播放器流 根据输入流使用 Web Audio API 播放不同的音符 该模块期望与,但接受任何输出如下所示对象的流: { pressed : Boolean , // Whether the button has been pressed/released note : Number , // Integer between [0-127] which represents a midi note frequency : Number , // The frequency to play the oscillator at (note required for custom nodes) } 用法 安装: npm install --save note-player-stream 要求: var playerStream = require("note-player-
【文件预览】:
note-player-stream-master
----.gitignore(526B)
----package.json(745B)
----LICENSE(1KB)
----index.js(1KB)
----README.md(2KB)