iOS Voice Input Implementation

Installation
SKILL.md

iOS Voice Input Implementation

iOS 17+向けSwiftUIアプリケーションにおける音声入力機能の実装ガイド。Apple Speech Framework (SFSpeechRecognizer) を使用したディクテーション機能の実装をサポートする。

Quick Start Checklist

音声入力機能を実装する際の必須手順:

  1. Info.plist設定

    • NSMicrophoneUsageDescription - マイクアクセス理由
    • NSSpeechRecognitionUsageDescription - 音声認識使用理由
  2. フレームワークインポート

    import Speech
    import AVFoundation
    
Installs
GitHub Stars
1
First Seen
iOS Voice Input Implementation — fumiya-kume/toy-poodle-love