Skip to content

Should not synthesis without speak property#3059

Merged
compulim merged 3 commits intomicrosoft:masterfrom
compulim:fix-2953-no-speak-property
Apr 2, 2020
Merged

Should not synthesis without speak property#3059
compulim merged 3 commits intomicrosoft:masterfrom
compulim:fix-2953-no-speak-property

Conversation

@compulim
Copy link
Copy Markdown
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

Comment thread CHANGELOG.md Outdated
@compulim compulim force-pushed the fix-2953-no-speak-property branch from 9b4c146 to 2ed82d5 Compare April 2, 2020 11:52
@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