Hacker News new | ask | show | jobs
by jdon 364 days ago
Soon you'll also be able to do speech to text locally, as Apple is adding a SpeechAnalyzer API [0] which is apparently faster than whisper [1].

[0]: https://developer.apple.com/videos/play/wwdc2025/277/

[1]: https://www.macrumors.com/2025/06/18/apple-transcription-api...

2 comments

Tangentially, https://github.com/finnvoor/yap

  A CLI for on-device speech transcription using Speech.framework on macOS 26 
The MacStories article made it seem about 2x as fast as Whisper, but there's no network or shared servers involved, so it's effectively faster.
Faster, but... quality? I would take something 10× _slower_ than Whisper 3 if it meant a 5% increase in quality.