You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
I wish this plugin would allow to pause and resume the read.
For example, speechSynthesis allow this, but unfortunately this is not supported on android browser.
Describe the solution you'd like:
As a developer, I expect the 2 following functions to be added to the TextToSpeechPlugin interface:
exportinterfaceTextToSpeechPlugin{
...
/** * Pause the read. */pause(): Promise<void>;/** * Resume the read. */resume(): Promise<void>;
Describe alternatives you've considered:
As said before, I tried speechSynthesis, but this is not supported for android browser.
Is your feature request related to a problem? Please describe:
I wish this plugin would allow to pause and resume the read.
For example, speechSynthesis allow this, but unfortunately this is not supported on android browser.
Describe the solution you'd like:
As a developer, I expect the 2 following functions to be added to the
TextToSpeechPlugin
interface:Describe alternatives you've considered:
As said before, I tried speechSynthesis, but this is not supported for android browser.
Additional context:
Expected behaviour:
The text was updated successfully, but these errors were encountered: