Skip to content

[Tracking] DLS: Use continuous mode when Speech SDK support it #2661

Open

Description

If you would want to prioritize this feature work, please vote and optionally, provide a user story.

Feature Request

In Web Chat, internally, we use continuous mode for speech recognition.

Since Speech SDK does not support continuous mode (a.k.a. startContinuousRecognitionAsync function), it only support interactive mode (a.k.a. listenOnceAsync), we polyfill-ed the startContinuousRecognitionAsync using listenOnceAsync.

We should ask Speech SDK to support continuous mode and use it instead.

[Enhancement]

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions