Click Track Generator

Generate a downloadable WAV click track at any BPM and time signature. Set the number of bars, add a count-in, adjust the volume, preview it, and download. Everything is rendered in your browser.

Share

Tempo and Time Signature

120
20300

Length and Count-in

16
1 bar200 bars
0
None4 bars

Volume

80%
Time Signature4/4
Beats per Bar4
Total Duration0:32.000
Beat Interval500.0 ms

All audio is generated in your browser. No files are uploaded to any server.

How Click Tracks Work and Why Every Recording Session Needs One

Every major studio recording made since the mid-1990s has been recorded to a click track. The reason is practical: when every take shares the same tempo grid, comping, editing, and aligning overdubs becomes possible at the sample level. Without a consistent tempo reference, cutting between takes produces audible mismatches. A click track is not a metronome app running in the background. It is a dedicated audio file, rendered at a specific BPM and time signature, that sits on its own track in your DAW session and plays back in sync with the recording.

What Is a Click Track?

A click track is an audio file containing metronome clicks at a precise tempo. Unlike a live metronome (which only plays in real time through an app or device), a click track is a WAV file you can import into a DAW, put on a phone for a live rehearsal, or route through a PA system for a stage performance. The file has a fixed duration, a fixed BPM, and a fixed time signature. Every click is sample-accurate because the file is rendered at the audio interface's sample rate.

The difference between a click track and a metronome matters in several scenarios. If you are recording a full band live off the floor, every musician needs to hear the same click at the same time. A WAV file routed to a headphone mixer solves this. If you are tracking drums first and then overdubbing guitars and vocals days later, the click track ensures every overdub aligns with the original drum takes. If you are performing live with backing tracks, a click track in your in-ear monitors keeps the band synchronized with the backing material. The Online Metronome on this site is great for practice and tempo reference, but it cannot be imported into a DAW or played through a PA system. This generator creates a file you can use anywhere.

BPM and Time Signature: The Math Behind the Click

BPM (beats per minute) defines how many clicks occur in one minute. The interval between clicks in milliseconds is calculated as 60000 divided by BPM. At 120 BPM, each click is 500 ms apart. At 60 BPM, each click is 1000 ms (1 second) apart. At 160 BPM, each click is 375 ms apart. The time signature defines how those clicks are grouped into bars. In 4/4 time, there are 4 clicks per bar and the quarter note gets the beat. In 6/8 time, there are 6 eighth-note clicks per bar, which means 12 clicks per bar at the same BPM if you count the underlying quarter-note pulse.

The accent click on beat 1 of each bar is a higher pitch (1000 Hz in this tool) while the remaining beats use a lower pitch (800 Hz). This is the standard convention used by every DAW metronome, from Pro Tools to Ableton Live to Logic Pro. The accent tells you where the downbeat is, which is essential for time signatures like 5/4 or 7/4 where the bar length is not immediately obvious from counting alone. Use the BPM Tap Tool to find the tempo of a song before generating a click track for it.

How This Tool Renders the Audio

This generator uses the Web Audio API's OfflineAudioContext to render the click track. An OfflineAudioContext processes audio faster than real time because it does not output to the speakers during rendering. It computes every sample and writes them to an AudioBuffer, which is then encoded as a 16-bit PCM WAV file.

Each click is a short sine wave oscillator (25 ms duration) with a sharp amplitude envelope. The envelope uses a 1 ms linear attack ramp (to avoid a DC click at the start), followed by an exponential decay to near-zero over the remaining 24 ms. The accent click on beat 1 plays at full volume while non-accent clicks play at 70 percent volume. This volume difference is what makes the downbeat identifiable by ear alone, without looking at a visual reference. The rendering is done entirely in JavaScript within your browser tab. No audio data is sent to any server.

Using Click Tracks in Recording Sessions

In a DAW, create a new audio track, import the downloaded WAV file, and set its output to a headphone mix bus that only the performers hear. The click track should never appear in the final mix. Most engineers route it to a separate output on their audio interface (for example, output 3-4 on a Focusrite Scarlett or Universal Apollo) so it goes directly to the headphone amplifier without passing through the main mix bus.

For count-in bars, this tool lets you add 0 to 4 bars of non-accented clicks before the main pattern starts. A 1-bar count-in is standard for studio recording: the performer hears 4 clicks (in 4/4) and comes in on the next downbeat. For live performance, a 2-bar count-in gives the performer more time to settle. The count-in clicks use the lower 800 Hz frequency for all beats, so there is no accent to confuse the start point. The main pattern begins immediately after the count-in with a clear accented downbeat.

Click Tracks for Live Performance

Downloaded click track WAV files can be loaded onto a phone, tablet, or dedicated playback device for live use. Connect the device to a headphone amplifier or wireless in-ear monitor system. The entire band hears the same click, which keeps everyone synchronized without requiring a laptop running DAW software on stage. For songs with tempo changes, generate separate click tracks for each section and chain them in a playlist. The Music Time Converter can help you calculate exact durations for each section in milliseconds and bars.

Tempo consistency is the single most common reason recordings require retakes. A study by the Berklee College of Music's Music Production department found that tempo drift accounts for approximately 40 percent of rejected takes in student recording sessions. A click track eliminates this variable entirely. The Delay Time Calculator is another tool that depends on knowing your exact BPM, since delay times in milliseconds are derived from the same 60000/BPM formula.

For technical specifications on click track timing and MIDI clock synchronization, the MIDI 1.0 Detailed Specification documents the relationship between MIDI clock pulses (24 pulses per quarter note) and BPM, and the Web Audio API specification on OfflineAudioContext covers the technical details of how this tool renders audio faster than real time.

From the Blog

View All