jigasi: re-enable jigasi now powered by VOSK backend. #114
|
@ -101,12 +101,12 @@ echo "Setting up Jigasi transcript with current platform..."
|
|||
|
||||
# Jitsi Meet
|
||||
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
|
||||
|
||||
# Jigasi
|
||||
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
|
||||
envsubst < patches/jigasi/jigasi-sip-properties.patch | patch --no-backup-if-mismatch -d / -p1
|
||||
|
||||
|
|
Loading…
Reference in New Issue