Does playing music stop a voice recording on iPhone?
Often, yes — but not for the same reason a phone call does. A call has a hard, built-in claim on the microphone that nothing can contest. A music app has to ask for the same shared resource like anything else, and what happens next depends on how it asks.
The short answer
Switching to a music app and pressing play while a recording is running in another app will, in most cases, interrupt the recording. Not because iOS singles out music specifically, but because starting playback in a foreground app is one of the most common ways to trigger the same audio session interruption a phone call causes. The recording is not damaged — what happens next depends entirely on whether the app doing the recording knows how to recover from it.
Why this is a different mechanism than a phone call
A call is a special case on iOS: the moment one connects, the system hands the audio session to the Phone app outright, and nothing either app does changes that. Music apps are not special-cased the same way. When you open one and tap play, it asks the system for an audio session of its own, usually one meant for playback. By default that request is exclusive — it tells the system this app wants to be the only thing making sound — and the system honours it by pulling the session away from whatever had it before, your recorder included.
The word "usually" matters. An app is allowed to ask for a session that mixes with others instead of taking over, and some do — that choice lives in the app’s code, not in anything you can see or toggle from Settings. You cannot tell which behaviour a given app has chosen just by using it once; you can only observe what happens when you try it.
What actually happens in the moment
From the recorder’s side, this looks identical to a call arriving. It receives an interruption notification with a "began" state, loses access to the microphone, and — if it is written to handle this — pauses rather than dying silently. When the other app stops making sound, or you switch back, an "ended" notification follows, and a well-behaved recorder resumes into the same file. A poorly-written one leaves a dead session and a UI that still looks like it is recording.
This is worth testing the same way you would test a call: start a recording, open a music app, play something for ten seconds, stop it, and check the file afterwards. One continuous recording with a short gap means the app handled it. A recording that ends abruptly at the moment the music started means it did not.
What does not trigger this
- Switching to an app that does not play audio — Notes, Messages, a browser, Mail — to check something or take notes.
- A notification arriving, including one with a sound. Notification sounds ride on a separate, brief system channel; they do not hand a whole audio session to the app that sent them.
- A text message, or a silenced alert of any kind.
- Music playing from a separate physical speaker or a different device entirely — a Bluetooth speaker not connected to the recording phone, someone else’s phone, a radio in the room. None of that touches the recording phone’s audio session at all. The recorder just hears it the same way it hears any other sound in the room.
That last point is the practical way around this if you actually want music playing while you record: put the music somewhere else. A second device or a standalone speaker sidesteps the whole session question, because the conflict only exists on the one phone trying to do both things at once.
How Voice Studio behaves
Voice Studio’s interruption handling is not written specifically for phone calls — it watches for the same system interruption notification regardless of what caused it, pausing on "began" and resuming into the same file on "ended". A call, an alarm, or another app taking the audio session exclusively are all handled the same way, so opening a music app mid-recording produces the gap-and-resume result described above rather than a silently dead recording.
The habit that avoids the question entirely
For anything you cannot re-record — an interview, a lecture, a one-off conversation — leave the phone alone once it is recording. Not because using it is forbidden, but because every interruption on this page, from a call to a music app, only happens when something asks the system for the audio session, and the surest way to guarantee nothing does is to not go looking for something else to do on the same phone until the recording is finished.
Common questions
Does opening Spotify or Apple Music stop a recording on iPhone?
Usually it interrupts it, the same way a phone call does, because starting playback asks for an audio session that is exclusive by default. A recorder that handles interruptions properly pauses and resumes into the same file; one that does not will leave a truncated recording.
Does a text message or notification stop a recording?
No. Notification sounds use a separate, brief system channel and do not take over the audio session the way an app playing music or a phone call does. A recording continues through notifications, silenced or not.
Can I play music out loud in the room without affecting my iPhone’s recording?
Yes, as long as it comes from a different device — another phone, a standalone speaker, a radio. The recording phone just picks it up as ambient sound, the same as it would any other noise in the room, with no audio session conflict involved.
Does Voice Studio recover automatically if another app interrupts it?
Yes. It responds to the system interruption notification regardless of the cause — a call, an alarm, or another app taking the audio session — pausing on "began" and resuming into the same file on "ended".
Try it in Voice Studio
Voice Studio records, transcribes on your iPhone, and files each note by time and place — so the thought you had in the car is still findable next month.
Free to download · iPhone and iPad · iOS 16.4 or later