Skip to content

neil-armstrong-instil/audio-worklets-in-typescript

Repository files navigation

Audio worklets with Typescript

A simple example of how to use audio worklets with Typescript (and React / Vue in order to see it) so you can use a microphone for more than just an audio stream.

In the case of this demo we should the percentage volume from the microphone in a very simple meter.

Setup

  1. Install Nodenv: https://github.com/nodenv/nodenv#homebrew-on-macos
  2. Install Node version: $ nodenv install 18.6.0
  3. Install Yarn 2: https://yarnpkg.com/getting-started/install
  4. Install dependencies: $ yarn install
  5. Test it works! $ yarn start

About

A quick example of using audio worklets in typescript, along with React and Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published