mlhubber / mlflutter

GNU General Public License v3.0
1 stars 0 forks source link

MLFLUTTER: Issues with Managing Concurrent Transcription/Translation Processes #12

Closed Ting-TT closed 2 weeks ago

Ting-TT commented 1 month ago

When the user cancelled the ml transcribe/translate operation, the output of the operation was still added to the log.

Image

Ting-TT commented 3 weeks ago

Now the above situation will not happen. A new process will not be able to run if one is already running. So after cancelling a transcribe operation, there will be no transcribed output:

correct process handling