Greg Schoen

Interested in PHP, Data Security, Encryption and Minecraft. He can be found on , Github and StackOverflow.

Noise Generator

My attempt at making a white noise generator using the Audio Data API. No samples or flash here, the Javascript source weighs in at a little over 600 bytes. Won’t work on old browswers, the latest Chrome and Safari should work and Firefox will in the next version. I built off the logic from here to figure out how the API was used.

As far as I can tell it’s white noise-like at the moment, I’m not famillar enough with the actual formulas to be positive that I’m doing it right.