An interval timer app with music should dip your track for the second the cue plays, then lift it straight back. That behaviour is called ducking, and on iPhone it comes down to one option on the audio session an app configures before it makes a single sound.
Timers that pause your playlist at every changeover are usually taking the iOS default for their category, which interrupts other audio the moment their session goes active. You feel it inside thirty seconds. The track stops, the beep lands in silence, the track restarts a beat later, and your rest interval has a hole in it. Forty changeovers in a session makes forty holes.
Ducking, in plain words
Radio has worked this way for decades. The music bed drops under the presenter’s voice, the voice lands, the bed comes back up, and the record keeps turning the whole time.
iOS hands apps the same move. Apple’s documentation describes the option as one that “reduces the volume of other audio sessions while audio from this session plays”. Your timer sets it, plays a tone, and your music carries on underneath at a lower level while the tone sounds.
One detail decides whether an app gets this right. Ducking begins when the app activates its audio session and ends when it deactivates, and Apple’s guidance is to set the option “on a temporary basis only” rather than duck other apps “for more than a few seconds”. A timer that activates its session at the start of a workout and holds it until the finish leaves your music quiet for twenty minutes. The right shape is to activate for the cue, play it, deactivate, and let the track return to full volume in between.
What iOS does when two apps want the speaker
Every app that makes sound has an audio session. The session carries a category, which says what kind of app it is, and options, which say how it treats everyone else. Those two settings decide who is audible.
| Session setup | What your music does | What you hear in the gym |
|---|---|---|
playback, no options | Stops the moment the timer activates | A silent gap around every cue |
playback plus mix with others | Keeps playing at full volume | Cue and chorus fight, and the chorus usually wins |
playback plus duck others | Dips for the cue, returns after | The cue sits on top, the playlist runs unbroken |
ambient | Keeps playing | Your cues go silent when the Ring switch is off or the screen locks |
playback plus interrupt spoken audio | Pauses, resumes when the timer’s session ends | Correct for podcasts, wrong for music |
The ambient row is the trap in cheap timers. That category mixes with other audio automatically, with no extra work from the developer, so it looks like the easy answer. Apple is explicit that screen locking and the Ring/Silent switch silence audio in that category, which means the app sounds fine on the sofa while you set the workout up and goes mute the moment the phone is in your pocket.
The last row matters if you train to podcasts or audiobooks. A voice at half volume under a beep is harder to follow than a voice that paused for a moment, so iOS has a mode for long-form speech, and apps that play it mark their sessions accordingly. A timer can set an option that pauses those sessions while its own cue plays and lets them resume afterwards. Apple’s advice is to set that option alongside ducking, since it only reaches spoken audio and everything else still wants the dip.
Choosing a cue you can hear over a track
Music fills the middle of the spectrum, and gym playlists are compressed so the middle stays loud from the first bar to the last. A cue survives by living somewhere the track is not, or by moving in a way the track does not.
| Cue | Why it carries | Where it falls down |
|---|---|---|
| Rising two-tone into work | Upward pitch movement reads as “go” without needing volume | Sounds cheap in a quiet room, which is not the room you are in |
| A softer, lower tone into rest | Tells you which state you are in without counting rounds | Can vanish on a loud shared speaker |
| Three ticks before every change | Buys you time to finish the rep and set your feet | Has to stay quieter than the change itself |
| A spoken round number | Real information, and it lands during rest when you can hear it | Loses to any track with vocals at gym volume |
The timing point is the one most people never think about. A cue that lands exactly on zero arrives too late to act on, because you still have to hear it, decide, and move, and the audio route has already spent some of that budget getting the sound to you. A warning three seconds out moves the decision earlier. The ticks tell you to finish the rep you are on, and the tone on zero confirms something you already started.
Rounds, the interval timer I build, works exactly this way: a rising tone into work, a softer one into rest, three ticks before every change, and ducking rather than pausing. It is in open beta through TestFlight.
Look for one more setting in whatever you pick: cue volume adjustable apart from media volume. Without it, the only way to hear the timer is to turn the music down.
AirPods, gym speakers and delay
Ducking happens on the phone, before any audio leaves it. The tone and the lowered music are mixed into one stream, so on AirPods they arrive together and the effect is the one the developer designed. Nothing about the headphones changes the mix.
What the route does change is delay. Bluetooth needs time to encode, transmit and buffer, and every route carries its own figure, which iOS reports to apps as the session’s output latency. Apple’s documentation warns that an AirPlay device can add as much as a two second delay and tells developers to check for it. A cue engineered to land on zero can land noticeably after zero on a slow speaker, which is a second argument for the warning ticks: a tick that arrives 200 milliseconds late is still a tick, while a start tone that arrives 200 milliseconds late is a start tone you obeyed late.
A shared Bluetooth gym speaker adds a social problem to the technical one. One phone owns the link, so your ducking dips the music for the whole room and every cue is heard by everyone in it. That works when you are running the class and grates when you are one of six people in a small gym. The usual answer is to keep the music on the room’s device and the timer in one earbud.
One route detail worth knowing: apps that ask for the microphone can pull a headset onto the hands-free profile, which is mono and lower bandwidth than the stereo profile your music uses, and the drop in quality is obvious. A timer has no reason to record anything, so a playlist that goes muddy the second a timer starts is grounds for switching apps.
When a call arrives mid-round
A phone call interrupts every active audio session. Your music pauses, the timer loses the speaker, and when the call ends iOS tells each app whether it is allowed to resume. Music apps generally do resume on their own.
The question that matters is what happened to the workout while you were talking. A timer that counts by incrementing a number every second is at the mercy of whatever iOS did to it in the background, and it comes back late. A timer that records the instant the session started and works out the current interval by subtracting from the clock comes back exactly where it should be, whether the call took ten seconds or four minutes. That architecture is the same one that keeps a timer honest through a locked screen, which I wrote about in the HIIT timer guide.
So the behaviour you want after a call is the timer still in the right round, cues resuming without a tap, and a Live Activity telling you where you are before you have finished saying goodbye.
Test any timer’s audio in one minute
Do this once, before you rely on the app for a real session.
- Start your usual playlist at your usual gym volume, headphones in.
- Set the timer to 10 seconds work, 5 seconds rest, 4 rounds.
- Start it, lock the phone, and put it in your pocket.
- Listen for four things: whether the track dips and returns or stops outright, whether the cue cuts through a loud part of the song, whether a warning arrives before each change, and whether the music sits at full volume between cues rather than staying quiet the whole run.
- In the last round, ask Siri something or have someone ring you, then look at the phone. The timer should be in the round the clock says it should be in.
A timer that clears all five will stay out of your way for an hour. Most of the field fails at step three, and it fails quietly, which is why sixty seconds now beats the discovery in round six. For what else separates a usable timer from an annoying one, the iPhone interval timer comparison covers screen behaviour, presets and history.
Common questions
Why does my interval timer stop my music instead of lowering it?
Because of how the app set up its audio session. An app that claims the playback category without asking to mix will interrupt every other audio session the moment it activates, so Spotify stops dead. Adding the ducking option tells iOS to dip other audio for the length of the cue and restore it afterwards. It is a one line difference inside the app, and nothing you can change from Settings.
Can you use an interval timer app with Spotify or Apple Music?
Yes. Your music app and your timer hold separate audio sessions, and iOS will mix them as long as the timer asks it to. Start the playlist first, then start the timer. If the track stops at every changeover, the timer is interrupting rather than ducking, and no setting inside Spotify or Apple Music will change that. The fix is a different timer.
Does the iPhone have a Tabata timer that works with music?
Not on its own. The Clock app runs a single countdown with no rounds and no second interval, so a 20/10 Tabata would mean restarting it sixteen times. Its end sound also arrives as a system alert rather than as a cue designed to sit over a track. For 20 seconds on and 10 off with a playlist underneath, you want a dedicated interval timer app.
What is the best timer app for HIIT with music?
Judge candidates on audio behaviour before anything else. The track should dip and return rather than stop, work and rest should have different tones, a warning should sound a few seconds before each change, and cue volume should be adjustable apart from media volume. A timer that also keeps running with the screen locked covers everything a HIIT session asks of a phone.
Why are my timer cues quiet or late over Bluetooth headphones?
Bluetooth adds delay between the phone sending audio and your ears receiving it, and every route carries its own figure. iOS reports that number to apps, and Apple's own documentation warns that an AirPlay device can add as much as a two second delay. A cue timed to land exactly on zero arrives after zero on a slow route. Quiet cues are a separate setting: raise the app's cue volume, not the media volume.
What happens to an interval timer when a call arrives mid-round?
iOS posts an interruption to every active audio session, your music pauses, and the timer loses the speaker for the length of the call. A timer that reads elapsed time from the wall clock keeps counting through it, so the round you come back to is the round you should be in. When the interruption ends, iOS tells apps whether audio may resume, and your music usually picks up on its own.