From 5c7fbee11bcb91aa43188f38e4482a2fb1078f08 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 21 Nov 2018 16:48:37 +0000 Subject: [PATCH] Add sharship noise generator --- toys/index.md | 5 ++-- toys/starship.md | 65 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 toys/starship.md diff --git a/toys/index.md b/toys/index.md index 7ba3b4c..bf118a5 100644 --- a/toys/index.md +++ b/toys/index.md @@ -5,6 +5,7 @@ title: Toys Here is some various junk I've done. Maybe you'll find it amusing. Maybe you'll just wonder why I spend so much time on this garbage. +* [Starship Noise Generator](starship.html) * If you need to write someone a letter but really don't want to, try my - [social letter generator](letter.html). -* [Crunt](crunt.html). + [social letter generator](letter.html) +* [Crunt](crunt.html) diff --git a/toys/starship.md b/toys/starship.md new file mode 100644 index 0000000..03a8bbb --- /dev/null +++ b/toys/starship.md @@ -0,0 +1,65 @@ +--- +title: Starship Noise Generator +--- + +
+ Gain +
+ +I work in a building with no HVAC, +which means we can hear *everything* people are saying, +anywhere in the building. + +This page is a low-CPU noise generator that runs entirely in JavaScript. +Once it starts, +you don't need an Internet connection to keep it going. +You can leave it running forever, if you like. + +For those interested, +it uses the new (in 2017) and seriously powerful +[Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API). + +