alawmulaw

v4.0.0-alpha.0
A-Law and mu-Law codecs in JavaScript.
A-Law mu-Law audio codec encode decode compander companding PCM and 2 more...

lint

jshint index.js

test

nyc --require=esm ./node_modules/mocha/bin/_mocha test --recursive -R min

test-min

node ./node_modules/mocha/bin/_mocha test --min --recursive -R min

test-cjs

node ./node_modules/mocha/bin/_mocha test --cjs --recursive -R min

test-umd

node ./node_modules/mocha/bin/_mocha test --umd --recursive -R min

test-dist

npm run test-min && npm run test-cjs && npm run test-umd

pack

webpack && npm run test-dist && npm run test

doc

jsdoc index.js lib -d docs -r README.md -t node_modules/docdash

build

npm run lint && npm run pack && npm run doc

coverage

nyc report --reporter=lcov > coverage.lcov && codecov

Metadata

  • MIT
  • >=8
  • Rafael S. Rocha
  • released 6/22/2018

Downloads

Maintainers