Skip to content

Commit

Permalink
fix demo url
Browse files Browse the repository at this point in the history
  • Loading branch information
martianyi authored Mar 27, 2017
1 parent 0171b0d commit d50b738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ I whipped this app up to show a basic volume meter on live audio input. It does

A "volume" meter can mean many things; if you want to do clip detection, you really need to access every sample. If you don't need clip detection, I might suggest using an Analyser and getByteTimeDomainData, since it will likely have lower CPU overhead. Note that it is CRITICALLY IMPORTANT to disassociate visual rendering (in the requestAnimationFrame loop) from the onaudioprocess function - you do NOT want to trigger a relayout from inside your audio handler, or it may glitch or cause other issues.

It's also hosted at http://webaudiodemos.appspot.com/volume-meter/.
It's also hosted at https://webaudiodemos.appspot.com/volume-meter/.

Check it out, feel free to fork, submit pull requests, etc. MIT-Licensed - party on.

Expand Down

0 comments on commit d50b738

Please sign in to comment.