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
need to support cancelling a transcription (especially useful for long transcriptions)
Send a message to interrupt the child process (this might require passing the child process out of the RunWhisper handler as it is stuck inside a promise. Maybe an IPC listener to reject the promise?)
Clean up the resulting files/state in redux
Communicate to the user that the transcription has been cancelled
The text was updated successfully, but these errors were encountered:
need to support cancelling a transcription (especially useful for long transcriptions)
The text was updated successfully, but these errors were encountered: