←back to thread

447 points hemant6488 | 1 comments | | HN request time: 0s | source
Show context
jdon ◴[] No.44312245[source]
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...

replies(2): >>44312560 #>>44318361 #
1. jkmcf ◴[] No.44312560[source]
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.