mirror of
https://github.com/yusufipk/dikte.git
synced 2026-09-12 03:16:19 +00:00
Let the next dictation start while the last one is still working
Pressing the shortcut while a transcript was being transcribed or cleaned up did nothing, and the thought you had while waiting was lost. The microphone is free the moment a recording stops, so the next dictation can now be spoken at once; the pipeline queues it and each one is finished, pasted and reported in the order it was spoken. The corner indicator stays with the recording under way rather than being wiped by the previous run's progress, and a stop that lands behind an unfinished run says it is waiting its turn.
This commit is contained in:
@@ -69,6 +69,7 @@ TR = {
|
||||
|
||||
# --- overlay / pipeline -------------------------------------------
|
||||
"Transcribing…": "Yazıya çevriliyor…",
|
||||
"Waiting for the one before it…": "Öncekinin bitmesi bekleniyor…",
|
||||
"Cleaning up…": "Temizleniyor…",
|
||||
"Pasting…": "Yapıştırılıyor…",
|
||||
"Pasted": "Yapıştırıldı",
|
||||
|
||||
Reference in New Issue
Block a user