UNPKG

pcm-convert

Version:

Convert pcm data from one format to another

39 lines (38 loc) 888 B
{ "name": "pcm-convert", "version": "1.6.5", "description": "Convert pcm data from one format to another", "main": "index.js", "scripts": { "test": "node test --harmony" }, "repository": { "type": "git", "url": "git+https://github.com/audiojs/pcm-convert.git" }, "keywords": [ "audio", "pcm", "audiojs", "dsp" ], "author": "Dima Yv <dfcreative@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/audiojs/pcm-convert/issues" }, "homepage": "https://github.com/audiojs/pcm-convert#readme", "devDependencies": { "almost-equal": "^1.1.0", "audio-buffer": "^4.0.4", "audio-buffer-list": "^4.0.1", "audio-context": "^1.0.1", "tape": "^4.6.3" }, "dependencies": { "audio-format": "^2.3.2", "is-audio-buffer": "^1.0.11", "is-buffer": "^1.1.5", "object-assign": "^4.1.1" } }