Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
d548ace2
Commit
d548ace2
authored
Mar 20, 2021
by
Jean-Baptiste Mardelle
Browse files
Update requirements listed in speech to text config message
parent
09b664e0
Changes
1
Show whitespace changes
Inline
Side-by-side
src/dialogs/kdenlivesettingsdialog.cpp
View file @
d548ace2
...
...
@@ -1787,7 +1787,7 @@ void KdenliveSettingsDialog::initSpeechPage()
QString
pyExec
=
QStandardPaths
::
findExecutable
(
QStringLiteral
(
"python3"
));
#endif
if
(
pyExec
.
isEmpty
())
{
doShowSpeechMessage
(
i18n
(
"
Cannot find python3, please install it
on your system."
),
KMessageWidget
::
Warning
);
doShowSpeechMessage
(
i18n
(
"
Please install python3 and pip
on your system."
),
KMessageWidget
::
Warning
);
return
;
}
QString
speechScript
=
QStandardPaths
::
locate
(
QStandardPaths
::
AppDataLocation
,
QStringLiteral
(
"scripts/checkvosk.py"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment