·speech-recognition
""

speech-recognition

使用语音框架将语音转录为文本。在使用 AVAudioEngine 实现实时麦克风转录、识别预先录制的音频文件、配置设备上与基于服务器的识别、处理授权流程或采用新的 SpeechAnalyzer API (iOS 26+) 进行现代异步/等待语音转文本时使用。

44安装·18热度·@dpearson2699

安装

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

如何安装 speech-recognition

通过命令行快速安装 speech-recognition AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill speech-recognition
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:dpearson2699/swift-ios-skills。

SKILL.md

查看原文

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.

| Concurrency | Callbacks/delegates | async/await + AsyncSequence | | Type | class | actor | | Modules | Monolithic | Composable (SpeechTranscriber, SpeechDetector) | | Audio input | append(:) on request | AsyncStream | | Availability | iOS 10+ | iOS 26+ | | On-device | requiresOnDeviceRecognition | Asset-based via AssetInventory |

使用语音框架将语音转录为文本。在使用 AVAudioEngine 实现实时麦克风转录、识别预先录制的音频文件、配置设备上与基于服务器的识别、处理授权流程或采用新的 SpeechAnalyzer API (iOS 26+) 进行现代异步/等待语音转文本时使用。 来源:dpearson2699/swift-ios-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill speech-recognition
分类
""沟通写作
认证
收录时间
2026-03-09
更新时间
2026-03-10

Browse more skills from dpearson2699/swift-ios-skills

快速解答

什么是 speech-recognition?

使用语音框架将语音转录为文本。在使用 AVAudioEngine 实现实时麦克风转录、识别预先录制的音频文件、配置设备上与基于服务器的识别、处理授权流程或采用新的 SpeechAnalyzer API (iOS 26+) 进行现代异步/等待语音转文本时使用。 来源:dpearson2699/swift-ios-skills。

如何安装 speech-recognition?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill speech-recognition 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/dpearson2699/swift-ios-skills