Skip to content

Voice capture ends too quickly #6

Description

@DevinloperNL

First off, I’m really enjoying this package — thanks for the great work!

I have one concern around the capture lifecycle. Currently, the capture seems to end after a very short period of silence (roughly ~500ms). This makes it difficult to handle natural pauses during speech.

Would it be possible to support a continuous capture mode, where recording continues as long as start remains true, and only stops when it is explicitly set to false?

This would allow integrators to:

  • Define their own silence timeout logic
  • Provide an explicit “Stop” button
  • Avoid relying on SpeechRecognitionResult.isFinal, which can be unreliable and browser-dependent

I think this would make the component significantly more flexible for real-world usage.

Thanks again!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions