| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A collection of audio-based tools designed for fun, utility, and experimentation — starting with a high-frequency Mosquito Repeller that only kids can hear (or so they say 👀).
The initial tool plays a sound around 17,000 Hz — often perceptible only to younger ears. Great for playful experiments with your kids (or as a summoning bell 😄).
flowchart TD
A[Open App] --> B{Service Worker Installed?}
B -- Yes --> C[Load Cached Files]
B -- No --> D[Fetch Files & Register SW]
C --> E[App Ready]
D --> E
E --> F{User Clicks Start}
F --> G[Play 17kHz Tone]
G --> H{User Clicks Stop}
H --> I[Stop Audio]
| Back | FazBrowse Home | New Git URL |