piutranq / audioworklet-example

The simple audio worklet example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

audioworklet-example

The simple audio worklet example.

The example just play the white noise, generated by the same way (using 15-bit LFSR) of Nintendo GameBoy.

Browser Support

Need features

Tested on

  • Google Chrome: latest stable (tested on 90)
  • Microsoft Edge: latest stable (tested on 90)
  • Mozilla Firefox: latest stable (tested on 87)

Play the Demo

npm install
npm run build
npm run serve

and browse http://localhost:8080

※ The repo is using webpack to build the sources, but not using webpack-dev-server for test/demo. So every changes are not applied instantly but need manually rebuild and refresh.

About

The simple audio worklet example.

License:The Unlicense


Languages

Language:JavaScript 88.6%Language:HTML 11.4%