文件名称:web-audio-beat-detector:使用Web Audio API的节拍检测实用程序
文件大小:21.61MB
文件格式:ZIP
更新时间:2024-05-17 09:54:57
JavaScript
网络音频节拍检测器 使用Web Audio API的节拍检测实用程序。 该模块基于在他的文章解释的技术。 这是一种非常简单的算法,可以将节拍作为给定AudioBuffer的BPM进行检索。 用法 web-audio-beat-detector模块在上可用,可以照常安装。 npm install web-audio-beat-detector 然后,您可以像这样导入其公共函数analyze() : import { analyze } from 'web-audio-beat-detector' ; AudioBuffer analyze()函数期望AudioBuffer作为其第一个参数,并返回一个Promise ,该Promise最终以该缓冲区的速度作为数字进行解析。 用法示例如下所示: analyze ( audioBuffer ) . then ( ( tempo
【文件预览】:
web-audio-beat-detector-master
----.github()
--------workflows()
----gruntfile.js(222B)
----src()
--------module.ts(408B)
--------tsconfig.json(126B)
--------worker()
----.travis.yml(2KB)
----config()
--------karma()
--------rollup()
--------tslint()
--------prettier()
--------webpack()
--------grunt()
--------eslint()
----LICENSE(1KB)
----test()
--------integration()
--------fixtures()
--------helper()
----README.md(3KB)
----.gitignore(32B)
----package-lock.json(564KB)
----package.json(3KB)