UNPKG

@extractors/pyin

Version:

pYIN Monophonic pitch and note tracking Vamp plugin, wrapped as piper service

42 lines (41 loc) 1.04 kB
{ "name": "@extractors/pyin", "version": "1.0.4", "description": "pYIN Monophonic pitch and note tracking Vamp plugin, wrapped as piper service", "main": "pyin.umd.js", "typings": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepare": "npm run build-client && webpack", "build-client": "tsc -p ./tsconfig.json" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/LucasThompson/piper-pyin.git" }, "keywords": [ "pitch-detection", "pitch", "features", "mir", "piper", "notes", "music", "singing" ], "author": "Lucas Thompson", "license": "GPL-2.0", "bugs": { "url": "https://github.com/LucasThompson/piper-pyin/issues" }, "homepage": "https://github.com/LucasThompson/piper-pyin#readme", "dependencies": { "piper-js": "^0.21.0" }, "devDependencies": { "typescript": "^2.4.2", "uglifyjs-webpack-plugin": "^1.0.0-beta.2", "webpack": "^3.5.4", "worker-loader": "^0.8.1" } }