文件名称:speed-to-percentage
文件大小:92KB
文件格式:ZIP
更新时间:2024-04-14 11:46:31
JavaScript
达到速度 从音频速度计算百分比 播放速度1(默认)将返回0%(音高)的百分比 安装 # npm npm install speed-to-percentage # yarn yarn add speed-to-percentage 参数 speed编号 digits ,可选, 0到20之间 例子 作为default导出 import speedToPercentage from 'speed-to-percentage' const semitones = speedToPercentage ( 0.5 ) // returns "-50" named出口 import { speedToPercentage } from 'speed-to-percentage' const semitones = speedToPercentage ( 1.5 , 3 ) // returns "50
【文件预览】:
speed-to-percentage-master
----.gitignore(36B)
----README.md(2KB)
----.github()
--------workflows()
----test()
--------index.test.js(2KB)
----LICENSE(1KB)
----.releaserc.json(726B)
----package.json(969B)
----src()
--------index.js(803B)
----.idea()
--------.gitignore(176B)
--------speed-to-percentage.iml(336B)
--------saveactions_settings.xml(314B)
--------vcs.xml(180B)
--------misc.xml(256B)
--------modules.xml(290B)
--------jsLinters()
--------inspectionProfiles()
----yarn.lock(208KB)
----.eslintrc.json(49B)
----.markdownlint.json(42B)