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 causing the system mouse to momentarily freeze while this takes place. This does not seem to happen when the async trans::transcribe function is run within a main function that is async.
This isn't the biggest issue as the freezes are usually small enough to be a minor nuisance. But I don't yet know what causes this and it's possible that a freeze could be longer on another machine.
The text was updated successfully, but these errors were encountered:
for some reason transcribing using
runtime.block_on()
desk-talk/src/main.rs
Lines 399 to 400 in 52b5b5e
Is causing the system mouse to momentarily freeze while this takes place. This does not seem to happen when the async
trans::transcribe
function is run within amain
function that is async.This isn't the biggest issue as the freezes are usually small enough to be a minor nuisance. But I don't yet know what causes this and it's possible that a freeze could be longer on another machine.
The text was updated successfully, but these errors were encountered: