Skip to content

Minimalistic clutter free Hello World Audio Worklet demo

Notifications You must be signed in to change notification settings

rrehltp/AudioWorklet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HelloAudioWorklet

GoogleChromeLabs did a fabulous work of providing us developers with sample tutorials for playing with AudioWorklets. But I felt there was too much of clutter to start off on prototyping. The intent of this repo is to provide a clutterless playground to kick start the prototyping of any work related to audio worklets.

Getting Started

Cloning the repo and opening the index.html won't work in Chrome or Firefox because of the security exceptions. Hence, go to the path of the repo on terminal and start a simple http server there.

Linux:

python -m SimpleHttpServer

Open chrome/firefox and type in http://localhost:8000/index.html

About

Minimalistic clutter free Hello World Audio Worklet demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.0%
  • HTML 12.0%