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've been trying to implement STT for realtime transcripting using Socket.io but I noticed that sometimes some socket events didn't fire for a while when calling feedAudioContent and intermediateDecode (iirc) from model.createStream. Is there a way to make it doesn't block the main thread? Or maybe make the library use Promises (async) instead of synchronous calls?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Heya,
I've been trying to implement STT for realtime transcripting using Socket.io but I noticed that sometimes some socket events didn't fire for a while when calling
feedAudioContent
andintermediateDecode
(iirc) frommodel.createStream
. Is there a way to make it doesn't block the main thread? Or maybe make the library use Promises (async) instead of synchronous calls?Beta Was this translation helpful? Give feedback.
All reactions