Skip to content

Feature request: SpeechRecognition pause/resume #92

@stevedekorte

Description

@stevedekorte

When using the speech APIs for interactive conversations, the SpeechRecognition API will hear the SpeechSynthesis responses and confuse them with user microphone input. I'd suggest adding pause() and resume() methods to SpeechRecognition so speech input can be disabled during speech output. The SpeechRecognition stop() API doesn't solve this problem as the SpeechRecognition instance is not reusable and starting another SpeechRecognition instance requires the user to again approve microphone input which makes user the interface too burdensome to be useful for many (most?) applications.

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