-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
New speech framework including callbacks, beeps, sounds, profile switches and prioritized queuing #7599
Merged
Merged
New speech framework including callbacks, beeps, sounds, profile switches and prioritized queuing #7599
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
f1f2692
Enhance nvwave to simplify accurate indexing for speech synthesizers.
jcsteh 0676756
Enhancements to config profile triggers needed for profile switching …
jcsteh 504704d
Add support for callbacks, beeps, sounds, profile switches and uttera…
jcsteh 0fbcda9
Update the espeak synth driver to support the new speech framework.
jcsteh 1ebe910
Update the oneCore synth driver to support the new speech framework.
jcsteh 9479237
Update comtypes to version 1.1.3.
jcsteh 8102f71
Update the sapi5 synth driver to support the new speech framework.
jcsteh b2c2f74
Fix submodule URL for comtypes. Oops!
jcsteh 4e08767
Merge branch 'master' into i4877SpeechManager
michaelDCurran ab63b20
Ensure eSpeak emits index callbacks even if the espeak event chunk co…
michaelDCurran 8b87c6b
Remove some debug print statements
michaelDCurran 1167bd1
Merge branch 'master' into i4877SpeechManager
michaelDCurran c11013f
Ensure eSpeak sets its speech parameters back to user-configured valu…
michaelDCurran ff2875b
Merge branch 'master' into i4877SpeechManager
michaelDCurran 167f3a3
Merge master, handling conflict from pr 7489 (auto tether to focus/re…
michaelDCurran 3948d72
Merge branch 'master' into i4877SpeechManager
michaelDCurran 6319675
Add a 'priority' keyword argument to all speech.speak* functions all…
michaelDCurran c615011
Alerts in Chrome and Firefox now are spoken with a higher speech prio…
michaelDCurran 2a2331c
Merge branch 'master' into i4877SpeechManager
michaelDCurran b2bb189
Unit tests: fake speech functions now must take a 'priority' keyword …
michaelDCurran ff07ab1
Merge branch 'master' into i4877speechManager
michaelDCurran 8823902
Remove speech compat
michaelDCurran cd292d9
Merge branch 'master' into i4877SpeechManager
michaelDCurran 670f6fe
synthDriverHandler.handleConfigProfileSwitch was renamed to handlePos…
michaelDCurran 6b2660a
synthDriverHandler.handlePostConfigProfileSwitch: reset speech queues…
michaelDCurran db46a20
Remove the audioLogic synthesizer due to its extremely low usage. If…
michaelDCurran 6adb6d5
Merge branch 'noSpeechCompat' into i4877SpeechManager
michaelDCurran 66a1120
Speech: correct indentation, which allows profile switching in a spe…
michaelDCurran 1f8d917
Sapi4 synthDriver: very basic conversion to speechRefactor supporting…
michaelDCurran 9bccb58
Convert system test synthDriver to speechRefactor so that indexing an…
michaelDCurran 4e4ff4b
sayAllhandler: move trigger handling into _readText as recommended.
michaelDCurran 6c7762a
Remove some more speech compat stuff.
michaelDCurran 8f8bd9b
Speech: BaseCallbackCommand's run method is now abstract. Note that C…
michaelDCurran 52ab8cb
Speech: fix up some docstrings.
michaelDCurran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please replace 8 with BITS_PER_BYTE I assume and MS_PER_SEC for 1000