Is there currently a way to create multiple instances? #747
nedredmond
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently using the Speech Rule Engine in a few different use cases-- one being automated aria labels, for which
clearspeak
works great.However, I have another use case where I believe I should be using
mathspeak
inverbose
mode-- that being use in a MathQuill math expression editor. I'm a bit concerned that since there is only one instance of SRE for the whole application, there will be bleedover and confusion if I call setup separately for these different purposes.Is there any known pattern for getting different modes on the fly or per
toSpeech
expression? Thanks!Beta Was this translation helpful? Give feedback.
All reactions