A simple yet powerful JavaScript library for working with Web Audio
npm install sono-updatedshell
npm i -S sono
`
Usage
`javascript
import sono from 'sono';
import 'sono/effects';
import 'sono/utils';
const sound = sono.create('boom.mp3');
sound.effects = [sono.echo(), sono.reverb()];
sound.play();
`
Documentation
$3
$3
$3
$3
$3
$3
Dev setup
$3
`shell
npm i
`
$3
`shell
npm i -g karma-cli
npm test
`
$3
`shell
npm run examples
`
$3
`shell
npm run build
`
$3
`shell
npm start
``