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 bcc20dca84 - Show all commits

View File

@ -101,12 +101,12 @@ echo "Setting up Jigasi transcript with current platform..."
# Jitsi Meet # Jitsi Meet
echo "> Patching Jitsi Meet's config.js for Transcription support." echo "> Patching Jitsi Meet's config.js for Transcription support."
echo " Read more at patches/jigasi-meet-config.patch file" echo " Read more at patches/jigasi/jigasi-meet-config.patch file"
envsubst < patches/jigasi/jigasi-meet-config.patch | patch --no-backup-if-mismatch -d / -p1 envsubst < patches/jigasi/jigasi-meet-config.patch | patch --no-backup-if-mismatch -d / -p1
# Jigasi # Jigasi
echo "> Patching jigasi's sip-communicator.properties configuration." echo "> Patching jigasi's sip-communicator.properties configuration."
echo " Read more at patches/jigasi-sip-properties.patch file" echo " Read more at patches/jigasi/jigasi-sip-properties.patch file"
cp "$JIG_SIP_PROP" ${JIG_SIP_PROP}-dpkg-file cp "$JIG_SIP_PROP" ${JIG_SIP_PROP}-dpkg-file
envsubst < patches/jigasi/jigasi-sip-properties.patch | patch --no-backup-if-mismatch -d / -p1 envsubst < patches/jigasi/jigasi-sip-properties.patch | patch --no-backup-if-mismatch -d / -p1