jigasi: re-enable jigasi now powered by VOSK backend. #114

Merged
Ark74 merged 4 commits from Ark74/quick-jibri-installer:add_jigasi_vosk_backend into master 2024-08-29 04:45:20 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 384efcda6d - Show all commits

View File

@ -1168,9 +1168,9 @@ sleep .1
if [ "$ENABLE_TRANSCRIPT" = "yes" ]; then
printf "\nJigasi with VOSK backend will be enabled."
if [ "$MODE" = "debug" ]; then
bash "$PWD"/jra_nextcloud.sh -m debug
bash "$PWD"/jigasi-vosk-backend.sh -m debug
else
bash "$PWD"/jra_nextcloud.sh
bash "$PWD"/jigasi-vosk-backend.sh
fi
fi
sleep .1