↓ 1 callersFunctionwrite_csv(
transcript: Union[stable_whisper.WhisperResult, StableTsResultDict],
file,
sep=",",
text_fir
speech_translate/utils/whisper/save.py:14
Method__init__(
self, root: Toplevel, master_frame: Union[ttk.Frame, Frame], device: Literal["speaker", "mic"],
speech_translate/ui/frame/setting/record.py:32
Method__init__(
self, root: Toplevel, master_frame: Union[ttk.Frame, Frame], title: str, f_type: str, is_main: bool,
speech_translate/ui/frame/setting/textbox.py:19
Method__init__(
self,
root: Union[Tk, Toplevel],
master,
v_min: Union[float, int],
v
speech_translate/ui/custom/spinbox.py:54
Method__init__(
self, root: Union[Tk, Toplevel], master, values: List[str], vmin: str, vmax: str, save_func, initial
speech_translate/ui/custom/combobox.py:52
Method__init__(self, root: Union[Tk, Toplevel], master, categories, callback, *args, **kwargs)
speech_translate/ui/custom/combobox.py:148
Method__init__(self, parent: Union[Tk, Toplevel], title: str, prompt: str, options: List)
speech_translate/ui/custom/dialog.py:29
Method__init__(
self,
master,
title: str,
mode: Literal["File Import", "Refinement", "Alignm
speech_translate/ui/custom/dialog.py:81
Method__init__(self, master, title: str, submit_func, theme: str, **kwargs)
speech_translate/ui/custom/dialog.py:249
Method__init__(self, master, title: str, submit_func, theme: str, **kwargs)
speech_translate/ui/custom/dialog.py:493
Method__init__(self, master, title: str, mode: Union[Literal["Refinement", "Alignment"], str], with_lang=False)
speech_translate/ui/custom/dialog.py:596
Method__init__(self, master, title: str, submit_func, theme: str, **kwargs)
speech_translate/ui/custom/dialog.py:787
Method__init__(self, master, title: str, submit_func, theme: str, **kwargs)
speech_translate/ui/custom/dialog.py:819
Method__init__(self, master: Union[Tk, Toplevel], title: str, mode: str, header: List)
speech_translate/ui/custom/dialog.py:977
Method__init__(self, master, root, show_threshold: bool, v_min: float, v_max: float, **kwargs)
speech_translate/ui/custom/audio.py:12
Method__init__(self, mbox_id: str, parent: Union[Tk, Toplevel], title: str, text: str, geometry=None)
speech_translate/ui/custom/message.py:14
Method__init__(
self,
widget,
text: str,
delay: int = 250,
wrap_len: int = 180,
speech_translate/ui/custom/tooltip.py:29
Method__init__(
self,
widget: Union[Text, Entry, ttk.Entry],
text: str,
delay=250,
o
speech_translate/ui/custom/tooltip.py:143
Method__init__(self, master, initial_value: bool, callback=None, state="", *args, **kwargs)
speech_translate/ui/custom/checkbutton.py:9
Methodcallback_export_to(
self, value: Union[Literal["txt"], Literal["csv"], Literal["json"], Literal["srt"], Literal["ass"],
speech_translate/ui/frame/setting/transcribe.py:973