PDA

View Full Version : Can QT run shell scripts on android?



Khaledadelll
30th January 2019, 11:35
I am trying to make a speech recognition application that uses Kaldi open source toolkit in the background.

The app works fine on PC but I am trying to merge it on mobile.

Kaldi runs shell scripts so will Qprocess work on running the shell scripts on the android? Or it will fail?

tuli
30th January 2019, 13:13
Depends on what the shellscripts do.

Khaledadelll
30th January 2019, 14:17
Depends on what the shellscripts do.

Attached an example to the shell script needed
Briefly reading some files, passing it to some binary files.