csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
348 stars 217 forks source link

issue with pauseFor #464

Closed talhaizzettin closed 4 months ago

talhaizzettin commented 5 months ago

i have but pauseFor for 30 m but it is stop when i stop to talk too quickly

await _speechToText.listen(
  listenMode: ListenMode.dictation,
  onResult: _onSpeechResult,
  localeId: selectedLocale,
  listenFor: const Duration(minutes: 30),
  pauseFor: const Duration(minutes: 30),
);
sowens-csd commented 5 months ago

If it is on Android that's expected behaviour, see the README for details.