Skip to main content
Back to registry

speech-recognition

dpearson2699/swift-ios-skills

Transcribe live and pre-recorded audio to text using Apple's Speech framework. Covers SFSpeechRecognizer (iOS 10+) and the new SpeechAnalyzer API (iOS 26+).

Installs173
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill speech-recognition
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Transcribe live and pre-recorded audio to text using Apple's Speech framework. Covers SFSpeechRecognizer (iOS 10+) and the new SpeechAnalyzer API (iOS 26+). SpeechAnalyzer is an actor-based API introduced in iOS 26 that replaces SFSpeechRecognizer for new projects. It uses Swift concurrency, AsyncSequence for results, and supports modular analysis via SpeechTranscriber . Request both speech recognition and microphone permissions before starting live transcription. Add these keys to Info.plist : The standard pattern: AVAudioEngine captures microphone audio → buffers are appended to SFSpeechAudioBufferRecognitionRequest → results stream in. Use SFSpeechURLRecognitionRequest for audio files on disk: On-device recognition (iOS 13+) works offline but supports fewer locales: Tip: On-device recognition avoids network latency and the one-minute audio limit imposed by server-based recognition. However, accuracy may be lower and not all locales are supported.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does speech-recognition do?

Transcribe live and pre-recorded audio to text using Apple's Speech framework. Covers SFSpeechRecognizer (iOS 10+) and the new SpeechAnalyzer API (iOS 26+).

Is speech-recognition good?

speech-recognition does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does speech-recognition work with?

speech-recognition currently lists compatibility with codex, gemini-cli, opencode, amp, cline, github-copilot.

What are alternatives to speech-recognition?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install speech-recognition?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill speech-recognition

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering