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
I realize that this project is essentially abandoned, but am wondering if anyone else is experiencing this issue or has found a fix. onSpeechStart seems to experience an inconsistent delay, usually after the first time the Voice.start() method is called.
I've logged this line in the module, and it seems to essentially be firing immediately, as expected:
console.log('Voice.startSpeech', new Date().toISOString()) // 2024-04-24T22:35:23.832Z
Voice.startSpeech(locale, callback);
The callback also seems to be firing at essentially the same time.
However, my implementation's onSpeechStart sometimes fires immediately, or can experience a delay of up to a couple seconds:
I realize that this project is essentially abandoned, but am wondering if anyone else is experiencing this issue or has found a fix.
onSpeechStart
seems to experience an inconsistent delay, usually after the first time theVoice.start()
method is called.I've logged this line in the module, and it seems to essentially be firing immediately, as expected:
The callback also seems to be firing at essentially the same time.
However, my implementation's
onSpeechStart
sometimes fires immediately, or can experience a delay of up to a couple seconds:Any help, alternatives, or discussion would be greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered: