惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
云风的 BLOG
云风的 BLOG
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 司徒正美
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
宝玉的分享
宝玉的分享
量子位
V
Visual Studio Blog
罗磊的独立博客
Vercel News
Vercel News
B
Blog
J
Java Code Geeks
S
SegmentFault 最新的问题
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
P
Proofpoint News Feed
GbyAI
GbyAI
G
Google Developers Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

Echo JS

GitHub - aboviq/supapower: A sync engine for Supabase and a local PGlite instance - inspired by PowerSync. billboard.js 4.1.0: Live resizing, configurable subchart, React subpath & CSP-safe worker From 1,256ms to 96ms: Fixing INP in a Massive React Dropdown GitHub - evoluteur/cymatics: Play a frequency and watch the sand settle into its Chladni figure, computed from the wave equation. Memdeklaro - The Basics of Decentralized Identity (DID) and Self-Sovereign Identity (SSI) How Railmid Works GitHub - evoluteur/platonic-solids: Turn the five Platonic solids in 3D, show their duals, read their measurements, and print the nets to fold your own. Sharing Application State in a URL GitHub - evoluteur/sacred-geometry: Sacred Geometry Generator: draw, tune, and export Vesica Piscis, Seed of Life, Flower of Life, Metatron's Cube, and the Golden Spiral as SVG Best of Self-Sovereign Identity: Digitalcourage, World Passport and Memdeklaro Reads Are Subscriptions - Migrating from Zustand to Coaction toast-queue — Accessible, customizable toast notifications Building a High-Performance Data Grid in React, Vue, and Svelte I built a flight recorder for AI sessions React Authentication With JWT, Zustand, and Axios | JavaScript Tools Blog My idempotency library had one job. A dropped connection made it run the payment twice. "half-open" twice is not the same state: the bug that shaped breakwater 1.0 GitHub - evoluteur/evolutility-server-node: Framework for building REST APIs for CRUD with models rather than code (using Node.js, Express, and PostgreSQL). React Router v8 in Action: Lazy Loading and Nested Routes One $ for every environment | Xec My test suite had 100% coverage. Mutation testing still found real bugs. The type-safe data layer for Kysely | Kysera What JavaScript Obfuscation in the AI Era | JavaScript Tools Blog Using Mongoose Studio with Apache Cassandra via Data API GitHub - trekhleb/yesbrainer: 🧠 A council of AI models for the decisions that aren't no-brainers — they answer in parallel, debate to consensus, or get judged to a verdict. Browser-only, open source, bring your own keys (BYOK), no backend. Node.js has plenty of circuit breakers. So why did I build another one? My Redis library said the write succeeded. Redis was down. GitHub - Techthos/gadget: Prebuilt, interactive HTML widgets for MCP Apps in Go — data tables and forms, self-contained in a single binary, host-themed, spec-compliant. GitHub - evoluteur/react-morph-charts: React component for bubble chart, bar chart, and pie chart, with animated morphing transitions between charts, on hover, and on window resize.
GitHub - evoluteur/binaural-beats: Simple web page to pla...
2026-08-30 · via Echo JS

Simple web page to play binaural beats for sleep, meditation, relaxation, and focus: Delta, Theta, Alpha, Beta, and Gamma brainwave frequencies, with an optional pink or brown noise bed.

Play binaural beats

Wear headphones. A binaural beat is not in the sound, it is in the difference between your ears: one tone goes left, a slightly higher one goes right, and the pulse you hear is made by your own hearing. On speakers the two tones mix in the air and the effect is gone.

Bands and presets

  • Delta (0.5 - 4 Hz), deep sleep: 2 Hz, 3 Hz, 3.5 Hz.
  • Theta (4 - 8 Hz), drowsiness and deep meditation: 4.5 Hz, 6 Hz, 6.3 Hz, 7.83 Hz.
  • Alpha (8 - 13 Hz), relaxed wakefulness: 8.5 Hz, 10 Hz, 11 Hz, 12 Hz.
  • Beta (13 - 30 Hz), alert and focused: 14 Hz, 16 Hz, 20 Hz, 25 Hz.
  • Gamma (30 - 100 Hz), peak concentration: 35 Hz, 40 Hz.
  • Custom: any beat from 0.5 to 40 Hz, on any carrier from 60 to 500 Hz.

7.83 Hz is the Schumann resonance, the Earth's own background frequency. It appears in Healing Frequencies as the one tone too low for a speaker to reproduce - here it is perfectly playable, because a beat has no pitch of its own.

Brainwave chart

Controls

  • Beat - the difference between your ears, and the band it falls in
  • Carrier - the pitch you actually hear; the beat is easiest to perceive between 100 and 400 Hz
  • Session - 5 minutes to an hour, with a countdown, a progress bar, and gentle fades in and out
  • Noise bed - pink or brown noise underneath, with its own level
  • Volume - master level for everything

While a session is playing, moving either slider glides the tones to the new setting instead of restarting them.

How it works

Two sine oscillators are routed through a ChannelMerger rather than a panner, one per channel, so nothing of the left tone reaches the right ear - the beat only exists if the separation is exact. The beat is split around the carrier (a 10 Hz beat on a 200 Hz carrier plays 195 Hz and 205 Hz) so the perceived pitch stays put as you change the beat.

The noise bed is four seconds of pink or brown noise generated at load time and looped: pink through Paul Kellet's filter, brown through a leaky integrator.

Plain HTML, CSS, and JavaScript calling the Web Audio API, without external dependencies.

Binaural Beats is a Progressive Web App (PWA): you can install it on your phone or computer from the browser, and it works offline.

About the effect

Heinrich Wilhelm Dove described it in 1839: two tones close in pitch, one per ear, and the brainstem reports a third pulse at their difference. The modern claim, called brainwave entrainment, is that sustained exposure nudges cortical rhythm toward that difference.

The honest summary of the research: studies most consistently report modest effects on anxiety, relaxation, and subjective sleep quality. Results for memory and attention are mixed, sample sizes are usually small, and it is hard to separate the beat from the simple act of sitting still with headphones on for twenty minutes. Treat it as a pleasant timer for doing nothing, and anything more is a bonus.

If you have epilepsy or a seizure disorder, are wearing a pacemaker, or are pregnant, ask a doctor before using brainwave entrainment. Do not listen while driving.

License

Binaural Beats is Open Source at GitHub with MIT license.

Encourage this project by becoming a sponsor.

You may also be interested in my other projects Healing Frequencies, Sacred Geometry, and Motivational Numerology.

(c) 2026 Olivier Giulieri