alawmulaw

v5.0.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 lib

test

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

test-min

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

test-cjs

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

test-umd

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

test-esm

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

test-dist

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

pack

rollup --config && 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 7/1/2018

Downloads

Maintainers