// AI TOOLS · APPLE SPEECHANALYZER

Apple SpeechAnalyzer

Apple's on-device speech-to-text framework — a new proprietary transcription model, introduced at WWDC 2025, that benchmarks against OpenAI's Whisper.

KompozyTurn one idea into a week of content — across every platform, published for you.
Get Started →

Last verified · 2026-07-13 · by Moe Ameen

What Apple SpeechAnalyzer is

Apple SpeechAnalyzer is the speech-to-text framework Apple introduced at WWDC 2025 (session 277, "Bring advanced speech-to-text to your app with SpeechAnalyzer," during the conference week that began June 9, 2025). It ships in the iOS 26, iPadOS 26, macOS 26 (Tahoe), and visionOS 26 generation as the modern successor to the older `SFSpeechRecognizer`, and it runs on a new proprietary Apple transcription model. The same engine powers system features like live transcription in Notes, Voice Memos, and call transcription.

The framework is built around a small set of modules. `SpeechAnalyzer` is the engine that manages an audio session; `SpeechTranscriber` is the long-form module tuned for extended audio like lectures, meetings, and podcasts; `DictationTranscriber` handles short utterances (the closer analog to the old dictation API); and `SpeechDetector` does voice-activity detection. It is an actor-based Swift API using modern concurrency — you feed it audio and read results back as an `AsyncSequence`, where early "volatile" results arrive fast and are then replaced by stable "final" ones.

The headline is that it runs on-device. Transcription happens locally, so audio does not leave the machine, and it works offline. The language model isn't pre-installed with the OS — the first time an app uses a given language, the assets are downloaded through `AssetInventory` and cached. Language support is a growing set rather than the full Whisper range at launch; developers check `SpeechTranscriber.supportedLocales` and can preload packs for offline use.

What drew attention was speed. In independent hands-on tests, a small command-line tool built on SpeechAnalyzer transcribed a 34-minute video in about 45 seconds — roughly 2.2× faster than a local Whisper Large V3 Turbo run, with no noticeable drop in quality. On a standard word-error-rate benchmark (a subset of the earnings22 earnings-call dataset), Apple's SpeechTranscriber landed near a 14% error rate at a high real-time speed factor — between Whisper base and Whisper small on accuracy, while running well faster than the small model. The honest framing: it is an excellent, fast, private on-device transcription engine for developers building Apple apps. It is not a content tool — it produces a transcript and stops.

What you can make with it

  • Accurate transcripts of long-form audio — podcasts, interviews, webinars, lectures, meetings — generated on-device
  • Live, streaming captions that update in real time as someone speaks (volatile → final results)
  • Subtitle/caption text for your own video takes, produced offline without uploading footage
  • Searchable text from voice memos and recorded calls (within apps built on the framework)
  • A clean written source document from any spoken recording, ready to be reworked into other formats

How Kompozy turns Apple SpeechAnalyzer output into content

SpeechAnalyzer answers one question extremely well — "what did I say?" — and it hands you a transcript. But a transcript isn't content; nobody watches a wall of text. That gap is exactly where Kompozy takes over. Record your talk, interview, or podcast, let an app built on SpeechAnalyzer transcribe it on-device, then bring the recording and its transcript into Kompozy. From the long recording, Kompozy's Clipped Shorts finds the moments worth cutting and produces vertical shorts with burned-in captions; from the transcript text, it drafts a Blog Article and an Email Newsletter, pulls the sharpest lines into Quote Graphics and a brand-exact Carousel, and writes native Text Posts — all governed by your Persona Brief so the whole batch reads in one consistent voice instead of raw dictation.

The multiplier is that one spoken recording becomes a full published week. Apple's framework stops at the words on the page and is Apple-device-only; Kompozy carries those words the rest of the way — captioning, reframing to 9:16, 1:1, and 16:9, and fanning a single source across nine social platforms plus a blog and email newsletter from one queue, with Autopilot and a per-post review pipeline. It even generates the formats a transcription engine can't touch at all: Persona Shorts and HeyGen avatar video with a face-locked recurring identity, so the same idea can ship as a talking-head clip too. Use SpeechAnalyzer to capture the words for free, privately, and fast; use Kompozy to turn those words into finished, scheduled, on-brand posts everywhere.

  1. Record your podcast, interview, webinar, or talking-head take, and let an app built on Apple SpeechAnalyzer transcribe it on-device.
  2. Bring the recording and its transcript into Kompozy as your source.
  3. Let Kompozy cut Clipped Shorts from the long recording with burned-in captions, and draft a blog, newsletter, and text posts from the transcript.
  4. Pull the best lines into a brand-exact Carousel and Quote Graphics, all held to one voice through your Persona Brief.
  5. Schedule and publish the whole set across TikTok, Reels, Shorts, X, LinkedIn, and more from one queue with Autopilot.

Frequently asked questions

What is Apple SpeechAnalyzer?

SpeechAnalyzer is Apple's on-device speech-to-text framework, introduced at WWDC 2025 and shipping in iOS 26, iPadOS 26, macOS 26 (Tahoe), and visionOS 26. It runs a new proprietary Apple transcription model, replaces the older SFSpeechRecognizer for new apps, and includes modules like SpeechTranscriber for long-form audio.

Is Apple SpeechAnalyzer better than Whisper?

On speed, it's very competitive: hands-on tests measured a SpeechAnalyzer-based tool transcribing a 34-minute video about 2.2× faster than a local Whisper Large V3 Turbo run with no noticeable quality drop. On accuracy, one earnings-call benchmark put Apple's model between Whisper base and Whisper small, while running faster. Its main trade-off is fewer launch languages and Apple-only availability.

Does Apple SpeechAnalyzer run offline and on-device?

Yes. Transcription happens locally, so audio stays on the device and works without a network connection. The language model is not pre-installed — an app downloads and caches the needed language assets through AssetInventory the first time it uses them.

Can Apple SpeechAnalyzer create or publish social media content?

No. It produces a transcript or live captions and nothing more — it writes no posts, makes no video or images, and publishes nowhere. To turn a transcript into clips, carousels, a blog, a newsletter, and scheduled posts across platforms, you use a content engine like Kompozy.

How do I use an Apple SpeechAnalyzer transcript to make content?

Transcribe your recording on-device, then bring the recording and transcript into Kompozy. Kompozy cuts captioned Clipped Shorts from the audio, drafts a blog and newsletter from the transcript, builds carousels and quote graphics from the best lines in your Persona Brief voice, and schedules and publishes them across nine platforms plus blog and email.

Related tools

  • SpeechifyA text-to-speech platform built around low-latency streaming voice — its Simba models turn any script into natural narration for reading, voiceover, and developer apps.
  • Speechify Simba 3.2 APISpeechify's streaming-native text-to-speech model, exposed as a developer API — sub-300ms latency, prosody-level emotion, and the top spot on the Artificial Analysis TTS Arena.
  • OpenAI Voice Models (2026 update)OpenAI's 2026 voice stack in the API — real-time speech-to-speech agents, live translation, streaming transcription, and steerable text-to-speech, all in one family.
  • Kokoro TTSAn open-weight, 82-million-parameter text-to-speech model that runs high-quality narration locally on a CPU — free, offline, and Apache-2.0 licensed for commercial use.
  • HeyGenAI avatar video platform that turns a text script into a talking-head video — in 175+ languages.
  • NotebookLMGoogle's source-grounded research tool that now turns your uploaded documents into TikTok-style vertical video summaries.

← All AI tools · Get started →