🧠

Brainwave Session Planner

This brainwave session planner lets you build a sequenced binaural-beats session: add a list of segments, choose a brainwave band (delta, theta, alpha, beta, gamma) or an exact beat frequency for each, set how many minutes it runs, and reorder them into the journey you want. Press Play and the planner steps through your binaural beats sequence on the Web Audio clock, smoothly ramping the beat frequency between segments and showing a live countdown — a fully client-side, guided brainwave session online. Stereo headphones are required — without separated left/right channels the binaural effect collapses into ordinary acoustic beating.

⚠ Educational and exploratory tool. Brainwave-entrainment / frequency-following-response evidence is mixed, effects are small and vary by listener, and this is not clinically validated — for relaxation and experimentation, not medical treatment. If you have epilepsy or a seizure disorder, consult a doctor first. Do not use while drowsy, driving, or operating machinery.

Preset sequences

Session segments 0 min

Session timeline

Bar width is proportional to each segment's duration. Colours map to brainwave bands: delta (violet), theta (blue), alpha (green), beta (gold), gamma (pink).

Carrier & volume

50 Hz – 1 kHz. Typical binaural beats use 100–500 Hz carriers; the effect weakens outside that range. Applies on next Play.
Use headphones at a comfortable, moderate volume. Louder is not more effective.
Idle — build a sequence and press Play.

Now playing

Idle
L — · R —
Segment ends in
current segment
Session left
—:——
total remaining
Sample rate
AudioContext.sampleRate

Sequenced Binaural Beats — How the Planner Works

A binaural beat is an auditory illusion: feed two slightly different pure tones, one to each ear, and the brain perceives a third "beating" tone at the difference frequency — even though no physical signal at that frequency exists. This tool functions as a binaural beat sequencer and brainwave entrainment planner: it strings several beat frequencies together into a timed sequence, so the perceived beat moves from one brainwave band to another over the course of a session instead of holding a single value.

The math

fperceived beat = | fleft − fright |

This planner sends fL = base (carrier) to the left channel and fR = base + beat to the right, using Web Audio's ChannelMergerNode to keep the two signals in separate physical channels. Each segment you add sets the beat value; when one segment ends, the planner uses linearRampToValueAtTime to glide the right oscillator from the old beat to the new one over a few seconds, so transitions are smooth rather than abrupt. All timing is anchored to audioCtx.currentTime — the audio clock — rather than wall-clock timers, so segment boundaries stay accurate even if the tab is briefly throttled.

EEG brainwave bands

Each segment is labelled with a standard EEG band based on its beat frequency:

  • Delta (δ): 0.5–4 Hz — deep dreamless sleep, healing, unconscious processing.
  • Theta (θ): 4–8 Hz — deep meditation, REM dreaming, creative flow, hypnagogic states.
  • Alpha (α): 8–13 Hz — relaxed alertness, calm awareness, light meditation.
  • Beta (β): 13–30 Hz — active thinking, focused attention, problem-solving.
  • Gamma (γ): 30–40 Hz — peak cognition, sensory integration, heightened perception (this tool caps the beat at 40 Hz).

Does brainwave entrainment actually work?

The hypothesis behind binaural, monaural, and isochronic beats is the frequency-following response (FFR): the idea that neural oscillations may partially track a perceived beat frequency, as measured by EEG. Lab studies do reliably show small, statistically detectable EEG power shifts that follow the beat — that part is reasonably well supported. What is far less clear is whether those shifts produce meaningful real-world outcomes. Studies on relaxation, focus, mood, and sleep report effects that are generally small, inconsistent across people, and not clinically established, hampered by small samples and weak placebo controls (it is hard to blind someone to a pulsing sound). The honest summary: FFR is a real auditory-neuroscience phenomenon; its practical benefits are plausible but unproven. Use this planner for relaxation or experimentation — never as a treatment for any condition or a substitute for professional medical care.

Why sequence the bands?

The appeal of a sequence is the "journey" framing. A wind-down session, for example, starts in beta (alert), then descends through alpha and theta into delta, mirroring the natural progression toward sleep; a focus ramp moves from a relaxed alpha into an attentive beta. Whether the brain actually follows these transitions is exactly the open question above, so treat the presets as comfortable listening structures rather than guaranteed state changes. You are always free to build your own ordering — the segments are just a list you can add to, reorder, and time however you like.

How to use this tool

  1. Put on stereo headphones. The binaural effect requires physical channel separation.
  2. Load a preset sequence (Wind-down, Focus ramp, Deep meditation, or Power nap) or build your own by adding segments.
  3. For each segment, pick a brainwave band or type an exact beat frequency (0.5–40 Hz) and set its duration in minutes; use the arrows to reorder and ✕ to remove.
  4. Set the carrier frequency (default 200 Hz) and a comfortable volume, then press Play.
  5. Watch the "Now playing" panel for the current segment, band, and countdown. The audio fades out gently at the end of the session.

Frequently Asked Questions

What is a brainwave session planner?
It is a tool for building a sequenced binaural-beats session. Instead of holding one beat frequency, you create an ordered list of segments — each with its own brainwave band (or exact beat frequency 0.5–40 Hz) and a duration in minutes — and the planner plays through them in order, smoothly ramping the beat frequency from one segment to the next. It is a guided brainwave session you assemble yourself, entirely in your browser with no signup or upload.
Do binaural beats actually work?
The science is mixed. Lab studies show that listening to binaural beats can produce small, statistically detectable EEG changes that follow the beat frequency. Whether those changes translate into meaningful psychological effects (better sleep, focus, or reduced anxiety) is much less clear — some studies show modest effects, others show none, and individual variation is large. Treat this planner as an interesting auditory experiment worth trying, not a clinical intervention or treatment for any condition.
Why do I need headphones?
The binaural perceptual beat requires each ear to receive only one tone — that is the whole point. Without headphones (or with mono playback) the two tones mix in the air before reaching your ears, and you hear ordinary physical amplitude-modulation beating instead, which is a different phenomenon. The planner will still play through speakers, but the binaural effect you are trying to create will not be present.
How does the planner move between segments?
When a segment ends, the planner ramps the right-ear oscillator from the old beat frequency to the next segment's beat over about six seconds using the Web Audio linearRampToValueAtTime method, so the change is a smooth glide rather than a jump. All segment timing is anchored to the audio clock (audioCtx.currentTime), which keeps boundaries accurate even if the browser tab is briefly throttled in the background. The carrier (base) frequency stays constant; only the beat changes between segments.
Can I set an exact beat frequency instead of a band?
Yes. Each segment has a "Beat (Hz)" field where you can type any value from 0.5 to 40 Hz; the band selector simply fills in a sensible default for that band (for example alpha = 10 Hz), but the exact field is what actually drives the audio. So you can build a sequence using named bands, precise frequencies, or a mix of both. Values outside the 0.5–40 Hz range are clamped to the nearest limit.
What do the preset sequences do?
Wind-down descends beta → alpha → theta → delta to mirror the path toward sleep. Focus ramp goes alpha → beta to move from relaxed to attentive. Deep meditation settles alpha → theta. Power nap dips alpha → theta → delta and then lifts back to theta. Each preset is just a starting list of segments you can edit, reorder, or retime. They are comfortable listening structures, not guaranteed state changes — whether the brain follows the transitions is the open scientific question.
Is this safe?
Generally yes at moderate volume for short sessions, with some cautions: avoid brainwave-entrainment audio if you have epilepsy or a seizure disorder — consult your doctor first (evidence is limited but the precaution is standard); keep the volume moderate to protect your hearing; and never listen while driving or operating machinery, because the delta and theta segments can induce drowsiness. This is not medical treatment — if you are managing a sleep, anxiety, or attention condition, see a clinician.
How long should a session be?
Most published studies use total listening times of 15–30 minutes, and any frequency-following response typically takes 5–10 minutes of steady exposure before measurable EEG shifts appear. So give each band several minutes rather than a quick taste, and aim for a total session of roughly 20–45 minutes. The preset sequences are built around that range. Very long sessions (well over an hour) tend to offer diminishing returns and can simply cause fatigue.