MCPcopy Create free account
hub / github.com/SevaSk/ecoute / update_transcript_UI

Function update_transcript_UI

main.py:15–18  ·  view source on GitHub ↗
(transcriber, textbox)

Source from the content-addressed store, hash-verified

13 textbox.insert("0.0", text)
14
15def update_transcript_UI(transcriber, textbox):
16 transcript_string = transcriber.get_transcript()
17 write_in_textbox(textbox, transcript_string)
18 textbox.after(300, update_transcript_UI, transcriber, textbox)
19
20def clear_context(transcriber, speaker_queue, mic_queue):
21 transcriber.clear_transcript_data()

Callers 1

mainFunction · 0.85

Calls 2

write_in_textboxFunction · 0.85
get_transcriptMethod · 0.80

Tested by

no test coverage detected