UNPKG

rubberband-wasm

Version:

WebAssembly version of the Rubber Band Library (high quality software library for audio time-stretching and pitch-shifting)

54 lines (53 loc) 1.57 kB
{ "name": "rubberband-wasm", "version": "3.3.0", "description": "WebAssembly version of the Rubber Band Library (high quality software library for audio time-stretching and pitch-shifting)", "main": "dist/index.umd.js", "module": "dist/index.esm.js", "types": "dist/types/index.d.ts", "scripts": { "build-bindings": "sh -c ./build.sh", "build-rollup": "rollup -c", "build-types": "tsc --project types.tsconfig.json", "build": "npm run build-bindings && npm run build-rollup && npm run build-types", "serve": "npx serve" }, "keywords": [ "rubberband", "time", "stretch", "pitch", "shift", "shifting", "audio", "webaudio", "wasm", "webassembly" ], "bugs": { "url": "https://github.com/Daninet/rubberband-wasm/issues" }, "homepage": "https://github.com/Daninet/rubberband-wasm#readme", "author": "Dani Biró <danibiro93@gmail.com> (https://danibiro.com)", "repository": { "type": "git", "url": "git+https://github.com/Daninet/rubberband-wasm.git" }, "license": "GPLv2", "devDependencies": { "@rollup/plugin-commonjs": "^22.0.1", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-typescript": "^8.3.3", "@types/estree": "^0.0.52", "rollup": "^2.75.7", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-license": "^2.8.1", "rollup-plugin-terser": "^7.0.2", "serve": "^13.0.2", "ts-jest": "^28.0.5", "ts-node": "^10.8.1", "tslib": "^2.4.0", "typescript": "^4.7.4" } }