fn transcribe_section(
ui: &mut Ui,
st: &mut TranscribeState,
project: &mut Project,
selection: &[u64],
undone: &mut bool,
undo: &mut dyn FnMut(&Project),
resp: &mut SubtitlesResponse,
)Expand description
The “Transcribe” section: model + download, the run, and the double-take list.