Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should not synthesis without speak property #3059

Merged
merged 3 commits into from
Apr 2, 2020

Conversation

compulim
Copy link
Contributor

@compulim compulim commented Mar 29, 2020

Fixes #2953.

Changelog Entry

Fixed

  • Fixes #2953. Direct Line Speech should not synthesize when speak property is falsy, by @compulim in PR #3059

Description

If the bot did not respond with speak property, the audio stream will be falsy from Carbon SDK. Thus, we should keep the synthesis as empty, instead of trying to synthesize it as text.

Specific Changes

  • On Direct Line Speech SDK, if the audio stream is null, we will synthesize it using white noise

  • Testing Added

CHANGELOG.md Outdated Show resolved Hide resolved
@compulim compulim merged commit 1855c73 into microsoft:master Apr 2, 2020
@compulim compulim deleted the fix-2953-no-speak-property branch April 2, 2020 12:28
@compulim compulim mentioned this pull request May 15, 2020
34 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DLSpeech: Should not error out if bot did not send "speak" property,
2 participants