stt_recorder_web 0.1.0+1
stt_recorder_web: ^0.1.0+1 copied to clipboard
Web implementation of the stt_recorder plugin
stt_recorder_web #
Web endorsed implementation for stt_recorder.
This package is consumed automatically when using the front package on web.
Notes #
- Captures microphone audio with
MediaRecorder. - Normalizes browser-native recordings to a WAV
VoiceCaptureArtifactfor upload compatibility. - Emits
__speech_unavailable__so callers can fall back to non-STT UI when browser speech recognition is unavailable. - Requires a secure browser context such as
httpsorlocalhost.