stt_recorder_ios
iOS endorsed implementation for stt_recorder.
This package is consumed automatically when using the front package on iOS.
Notes
- Captures audio through
AVAudioEngineand writes WAV output. - Streams partial transcript markers/text through EventChannel.
stop()returns aVoiceCaptureArtifactwith WAV bytes, filename, MIME type, and the native temp-filepath.- Requires
NSMicrophoneUsageDescriptionandNSSpeechRecognitionUsageDescriptionin host appInfo.plist.