Apple's new SpeechAnalyzer API ships 2.12% WER on clean speech—outperforming Whisper Small (3.74%) at one-third the compute cost—making it the strongest English on-device option on current Apple hardware.
Summary
Developers relying on SFSpeechRecognizer or Whisper for iOS/macOS transcription can now migrate to a faster, more accurate built-in alternative that reduces word error rates by 3.5–4x without external dependencies. The benchmark includes raw transcripts and validation against OpenAI's published Whisper numbers, eliminating guesswork on which engine to ship.
Why it matters
Developers relying on SFSpeechRecognizer or Whisper for iOS/macOS transcription can now migrate to a faster, more accurate built-in alternative that reduces word error rates by 3.5–4x without external dependencies. The benchmark includes raw transcripts and validation against OpenAI's published Whisper numbers, eliminating guesswork on which engine to ship.
Implementation verdict
Migrate from SFSpeechRecognizer immediately; it scored 9.02% WER vs. SpeechAnalyzer's 2.12%. Replace Whisper Small for English transcription on Apple platforms (iOS 26+, macOS 26+), but keep Whisper for 100+ language coverage and non-Apple targets. Requires OS version bump and API swap; ready to ship now. Watch for meeting/accented audio benchmarks before assuming parity beyond read speech.
Sources
Dev Signal
Get briefs like this in your inbox — free, every weekday.
100+ sources compressed into one 4-minute read. Ranked, cited, implementation-ready.