加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZzqiZQute 提交于 2020-02-07 23:30 . fix:seek end
{
"name": "@zhzq/simple-audio-player",
"version": "0.1.4",
"description": "A simple audio player using FFmpeg for demux and decode, SDL for play, and librubberband for change the pitch and tempo. Only can be run in Windows system currently",
"main": "./lib/player",
"scripts": {
"rebuild": "node-gyp rebuild --target=7.1.10 --arch=x64 --dist-url=https://electronjs.org/headers"
},
"keywords": [
"FFmpeg",
"SDL",
"librubberband"
],
"author": "zhzq",
"license": "GPL-3.0",
"dependencies": {
"nan": "^2.14.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化