Skip to content

Should interrupt speech synthesis after microphone button is clicked#2429

Merged
compulim merged 11 commits intomicrosoft:masterfrom
compulim:fix-2428
Sep 30, 2019
Merged

Should interrupt speech synthesis after microphone button is clicked#2429
compulim merged 11 commits intomicrosoft:masterfrom
compulim:fix-2428

Conversation

@compulim
Copy link
Copy Markdown
Contributor

@compulim compulim commented Sep 26, 2019

Fixes #2428.

(Will add new tests)

Changelog Entry

Fixed

  • Fix #2428. Should interrupt speech synthesis after microphone button is clicked, by @compulim in PR #2429

Description

Today, the microphone button does not stop synthesizing. And since synthesizing is still ongoing, microphone will not turn on to prevent echo.

Tomorrow, the microphone button will stop synthesizing. And this should immediately turn on the microphone.

Specific Changes

  • Add a new saga to stop synthesis when the user want to open the microphone
  • Modify speech samples to use authorization token instead of secret

  • Testing Added

Comment thread samples/06.h.cognitive-services-speech-recognition-only/index.html Outdated
Comment thread samples/06.h.cognitive-services-speech-recognition-only/index.html Outdated
Comment thread samples/06.h.cognitive-services-speech-recognition-only/index.html Outdated
Comment thread samples/06.h.cognitive-services-speech-recognition-only/index.html Outdated
Comment thread samples/06.h.cognitive-services-speech-recognition-only/index.html Outdated
Comment thread samples/06.g.select-voice/index.html Outdated
Comment thread samples/06.g.select-voice/README.md
Comment thread samples/06.f.hybrid-speech/index.html Outdated
Comment thread samples/06.c.cognitive-services-speech-services-js/index.html Outdated
Comment thread samples/06.e.cognitive-services-speech-services-with-lexical-result/index.html Outdated
@coveralls
Copy link
Copy Markdown

coveralls commented Sep 27, 2019

Coverage Status

Coverage increased (+0.007%) to 68.007% when pulling f126dee on compulim:fix-2428 into 7de0a84 on microsoft:master.

Comment thread samples/06.g.select-voice/index.html Outdated
Comment thread samples/06.h.cognitive-services-speech-recognition-only/README.md Outdated
Comment thread samples/06.h.cognitive-services-speech-recognition-only/index.html Outdated
@compulim compulim merged commit 5164930 into microsoft:master Sep 30, 2019
@compulim compulim deleted the fix-2428 branch September 30, 2019 21:33
@compulim compulim mentioned this pull request Oct 4, 2019
13 tasks
@compulim compulim mentioned this pull request Oct 25, 2019
55 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.

Should interrupt speech synthesis after microphone button is clicked

3 participants