standardized-audio-context

v25.3.67
A cross-browser wrapper for the Web Audio API which aims to closely follow the standard.
AudioWorklet Polyfill Web Audio API audio browser

lint

npm run lint:config && npm run lint:src && npm run lint:test

test

grunt lint && grunt test

build

rimraf build/* && tsc --project src/tsconfig.json && rollup --config config/rollup/bundle.mjs && babel ./build/es2019 --config-file ./config/babel/build.json --out-dir ./build/node

prepare

husky install

lint:src

tslint --config config/tslint/src.json --project src/tsconfig.json src/*.ts src/**/*.ts

lint:test

eslint --config config/eslint/test.json --ext .js --report-unused-disable-directives test/

lint:config

eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/

prepublishOnly

npm run build

Metadata

  • MIT
  • Whatever
  • Christoph Guttandin
  • released 3/24/2024

Downloads

Maintainers