gemer cheung 4 rokov pred
rodič
commit
6ce40ded34
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      install-ffmpeg-ousider

+ 2 - 1
install-ffmpeg-ousider

@@ -14,6 +14,7 @@ MACOS_M1=false
 CONFIGURE_OPTIONS=()
 useGitLib=""
 packageURL=http://git.nps.gemer.xyz/zhangyupeng/4dage-ffmpeg/raw/master/packages.tar.gz
+speakerURL=http://192.168.0.115:3000/zhangyupeng/speech-denoiser.git
 # Check for Apple Silicon
 if [[ ("$(uname -m)" == "arm64") && ("$OSTYPE" == "darwin"*) ]]; then
   # If arm64 AND darwin (macOS)
@@ -774,7 +775,7 @@ fi
 
 if [ ! -d "$WORKSPACE/speech-denoiser" ]; then
   if [ "$useGitLib" -eq 1 ]; then
-    git clone http://192.168.0.115:3000/zhangyupeng/speech-denoiser.git "$WORKSPACE/speech-denoiser"
+    git clone $speakerURL "$WORKSPACE/speech-denoiser"
   else
     git clone https://github.com/lucianodato/speech-denoiser.git "$WORKSPACE/speech-denoiser"
   fi