How to Transcribe a Recorded Phone Call (Step by Step)
You have a call recording sitting on your phone or in a dialer dashboard, and you need the words on the page: a quote for a report, a client brief, a dispute record, notes you should have taken live. The audio is usually mono, heavily compressed, and has two people talking over each other, which is exactly the combination that trips up cheap transcription. Here is how to transcribe a recorded phone call properly, starting with the legal question you need to settle before anything else, then the actual steps on iPhone, Android, and VoIP systems.
Step 1: Check consent law before you record or transcribe
Recording law is decided by where the parties are, not where the file ends up. In the United States, federal law and most states follow one party consent, meaning you may record a call you are part of without telling the other person. A minority of states, including California, Florida, Pennsylvania, Illinois, Washington, Massachusetts, Maryland, Michigan, Montana, Nevada, New Hampshire, Connecticut, Oregon, Delaware, and Vermont, require all party consent in at least some circumstances. When the two people are in different states, the safe assumption is that the stricter rule applies.
Outside the US the picture varies again. In the UK, an individual may record their own call for personal use, but sharing or using it in business without informing the other party runs into UK GDPR obligations. Across most of the EU, recording a call for business purposes needs a lawful basis and a clear notice. In Australia and Canada the rules are set state by state or province by province.
The practical rule that works nearly everywhere: say at the start of the call that you are recording it for notes, and get an audible yes. That one sentence removes almost every legal problem and costs you nothing. If you are transcribing an old recording someone else made, ask how it was captured before you build anything on it.
Step 2: Get the recording off your iPhone
iOS has native call recording on iPhone with Apple Intelligence. During a call, tap the record button at the top left of the call screen. Both parties hear an announcement that recording has started, which handles consent automatically. When the call ends, the recording is saved into the Notes app, and on supported devices a transcript is generated there.
If your device or region does not support that, the common workarounds are:
- Start a three way call with a recording service such as Google Voice or a call recorder app, which adds a recorded line to the call.
- Use a Google Voice number for incoming calls, where you can enable recording in Settings, then press 4 during a call to start and stop it.
- Record the call on speakerphone with a second device using Voice Memos. Quality suffers, but it works when nothing else does.
To export the file: in Voice Memos, long press the recording, tap Share, and send it to Files, email, or a cloud drive. In Notes, open the recording, tap the share icon, and save the audio out. In Google Voice, recorded calls arrive in your Voicemail tab and can be downloaded as MP3.
Step 3: Get the recording off your Android phone
Google's Phone app includes call recording in the markets where it is permitted. Open the Phone app, tap the three dot menu, go to Settings, then Call recording, and turn on recording for the numbers you choose. During a call, tap Record. Android announces the recording to both parties. Saved files land in the call log entry itself and in a Recordings folder in internal storage, usually as MP3 or M4A.
Samsung devices use their own path: Phone app, three dot menu, Settings, Record calls, then Auto record calls or the manual Record button on the call screen. Files go to the My Files app under Internal storage, then Call. Third party recorders such as Cube ACR write to their own folder, which you can browse in My Files.
To move the file to a computer, plug the phone in and choose File Transfer when the USB prompt appears, then copy the folder across. Uploading to Google Drive or Dropbox from the file's share menu is usually faster.
Step 4: Pull the audio out of a VoIP system or dialer
If the call went through a business phone system, the recording is already on a server and is generally better quality than a phone microphone capture.
- RingCentral: Admin Portal or the app, Call Log, filter by Recordings, then download individual calls or bulk export.
- Zoom Phone: Phone tab, Recordings, then the download icon on the call you want.
- Dialpad: open the call in your inbox and download the recording from the call detail view.
- Aircall: Calls list, open the call, download the recording; admins can also pull recordings through the API.
- Twilio: recordings are available in the Console under Monitor, Logs, Calls, or through the Recordings API if you need them in bulk.
- HubSpot or Salesforce dialers: the recording is attached to the activity timeline on the contact record.
Two settings matter here. First, look for a dual channel or stereo recording option, which puts each speaker on a separate audio channel. If your system offers it, turn it on, because it makes speaker separation close to perfect later. Second, check the export format. WAV keeps more detail than a low bitrate MP3, so choose it when the option exists.
Step 5: Transcribe the audio file
You now have a file. There are three realistic routes.
Manual typing. Open the audio in a player that supports speed control, such as VLC, and type as you go at 0.75x speed. Expect roughly four to six times the length of the call in typing time. This is only sensible for very short clips or audio too damaged for anything else.
Built-in phone transcription. iPhone recordings in Notes and Google Phone app recordings can produce a transcript on device. These are fine for a gist, but they rarely label speakers, they miss names and jargon, and they are awkward to export cleanly.
A transcription tool. Upload the exported MP3, M4A, or WAV file and let it handle the audio. This is where Tapescribe fits: you upload the call recording or paste a link, and it returns a timestamped transcript with speaker labels, plus TXT, SRT, and VTT exports if you need the text aligned to the audio for review. The same workflow applies to any recorded audio, and the general approach is covered in more depth in our guide to transcribing audio to text online.
Step 6: Fix speaker labels on two speaker call audio
Phone codecs strip out the high frequencies that make voices distinguishable, so automatic speaker separation on a mono call recording is good but not flawless. Clean it up like this:
- Scan the first minute of the transcript. Whoever speaks first is usually the caller. Rename "Speaker 1" and "Speaker 2" to real names with a find and replace in your text editor.
- Look for stretches where the labels flip mid answer. These usually happen during overlapping speech. Play those timestamps and correct them by hand.
- Watch for short interjections such as "right", "mm hm", and "sure", which often get attached to the wrong speaker. They rarely change meaning, so fix them only if the transcript is going into a record that matters.
- If your VoIP system supports dual channel recording, re-export the call that way for future recordings. Separate channels remove the guesswork entirely.
Step 7: Clean up and use the transcript
Read the transcript against the audio once, at speed, and correct names, company names, product terms, and any numbers. Numbers and proper nouns are where transcription errors do real damage, particularly in sales and support calls where a price or an order reference matters.
Then decide what you actually need. A summary and action items for a CRM note. Direct quotes for a case study. A timestamped record for a compliance file. Keeping the timestamps makes it easy to jump back to the exact moment in the audio, the same way timestamped video transcripts let you find a section without scrubbing.
Common problems and how to fix them
Only your voice was recorded. Some Android handsets and most third party recorders capture only the microphone unless the call is on speakerphone. Put the call on speaker before recording, or use a system that records at the network level, such as a VoIP dialer.
The recording is very quiet or clipped. Run the file through Audacity: Effect, then Normalize, set to around minus 3 dB, and export as WAV before transcribing. Do not use noise reduction aggressively, because it removes speech detail along with the hiss.
Heavy accents or crosstalk produce garbled text. Break the file into shorter segments around the difficult passages and transcribe those separately, then correct manually. A poor codec plus two people talking at once is the hardest combination in transcription and no tool clears it perfectly.
The file format is not accepted. Convert with a single command: ffmpeg -i call.amr -ar 16000 -ac 1 call.wav. AMR and 3GP files from older Android recorders are the usual culprits.
The recording is on the phone but you cannot find it. Search internal storage for the extensions .m4a, .mp3, and .amr in your file manager rather than hunting through folders. Recorder apps use inconsistent directory names.
Long calls time out on upload. Split the file first: ffmpeg -i call.mp3 -f segment -segment_time 1800 -c copy part%02d.mp3 gives you 30 minute chunks.
Frequently Asked Questions
Is it legal to transcribe a recorded phone call?
Transcribing a call you legally recorded is generally fine, since the transcript is just a written form of audio you were entitled to have. The legal question sits with the recording itself, not the transcription. If the recording was made without the consent required in the relevant jurisdiction, transcribing it does not fix that, and using it may expose you to further liability.
How do I transcribe a phone call recording with two speakers?
Use a transcription tool with speaker diarisation, which analyses voice characteristics to separate speakers and label the transcript. On mono phone audio, expect to correct a handful of labels by hand, especially where people talk over each other. If the call came from a VoIP system, enabling dual channel recording before the call gives you near perfect separation automatically.
Can I transcribe an old call recording in a low quality format?
Yes, in most cases. Convert older formats such as AMR or 3GP to WAV with ffmpeg first, and normalise the volume if the recording is quiet. Accuracy will be lower than on a clean recording, so budget time to proofread names, numbers, and any passage where both people spoke at once.
What is the fastest way to transcribe a phone call?
Export the audio file from your phone or dialer, upload it to a transcription tool, and proofread the result. This takes a few minutes for a typical call, compared with several times the call length if you type it manually. The same upload approach works for other short recordings too, including WhatsApp voice notes.
Settle the consent question first, record at the network level when you can rather than through a phone microphone, and turn on dual channel recording if your system offers it. Those three decisions do more for transcript quality than any amount of cleanup afterwards. Everything else is a short export, an upload, and one proofreading pass against the audio.