stt_recorder_android 0.1.0+1
stt_recorder_android: ^0.1.0+1 copied to clipboard
Android implementation of the stt_recorder plugin
stt_recorder_android #
Android endorsed implementation for stt_recorder.
This package is consumed automatically when using the front package on Android.
Notes #
- Captures PCM16 mono audio and writes WAV output.
- Streams partial transcript markers/text through EventChannel.
stop()returns aVoiceCaptureArtifactwith WAV bytes, filename, MIME type, and the native temp-filepath.- Requires
RECORD_AUDIOpermission.