https://bugs.kde.org/show_bug.cgi?id=467172

Jean-Baptiste Mardelle <j...@kdenlive.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/mult
                   |                            |imedia/kdenlive/commit/7c19
                   |                            |36bb44b592eaf3174f559fbb97c
                   |                            |f61cc2bcc
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Jean-Baptiste Mardelle <j...@kdenlive.org> ---
Git commit 7c1936bb44b592eaf3174f559fbb97cf61cc2bcc by Jean-Baptiste Mardelle.
Committed on 13/03/2023 at 11:54.
Pushed by mardelle into branch 'release/23.04'.

Add support for whisper speech recogition engine for automated subtitling

M  +3    -0    data/scripts/CMakeLists.txt
A  +14   -0    data/scripts/checkgpu.py
A  +65   -0    data/scripts/whispertosrt.py
A  +63   -0    data/scripts/whispertotext.py
M  +2    -0    src/core.h
M  +79   -2    src/dialogs/kdenlivesettingsdialog.cpp
M  +1    -1    src/dialogs/kdenlivesettingsdialog.h
M  +87   -27   src/dialogs/speechdialog.cpp
M  +1    -0    src/dialogs/speechdialog.h
M  +196  -36   src/dialogs/textbasededit.cpp
M  +4    -0    src/dialogs/textbasededit.h
M  +20   -0    src/kdenlivesettings.kcfg
M  +23   -1    src/pythoninterfaces/abstractpythoninterface.cpp
M  +4    -2    src/pythoninterfaces/abstractpythoninterface.h
M  +163  -6    src/pythoninterfaces/speechtotext.cpp
M  +9    -3    src/pythoninterfaces/speechtotext.h
M  +204  -92   src/ui/configspeech_ui.ui
M  +104  -58   src/ui/speechdialog_ui.ui
M  +24   -2    src/ui/textbasededit_ui.ui

https://invent.kde.org/multimedia/kdenlive/commit/7c1936bb44b592eaf3174f559fbb97cf61cc2bcc

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to