mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/openvino-plugins-ai-audacity: Updated for version 3.5.1.R.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
812088ba56
commit
44e7e7fa76
3 changed files with 8 additions and 9 deletions
|
@ -11,6 +11,5 @@ effects are provided with this build:
|
|||
stems -- Drums, Bass, Vocals, & Other Instruments.
|
||||
-Noise Suppression -- Removes background noise from an audio sample.
|
||||
|
||||
|
||||
whisper.cpp needs to be build against openvino to pick it up as
|
||||
dependency.
|
||||
The dependency whisper.cpp needs to be build against its optional
|
||||
dependency openvino to be used by this package.
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=openvino-plugins-ai-audacity
|
||||
VERSION=${VERSION:-3.5.1}
|
||||
VERSION_SRC="${VERSION}-R2"
|
||||
VERSION=${VERSION:-3.5.1.R.2.2}
|
||||
VERSION_SRC="3.5.1-R2.2"
|
||||
VERSION_AUDACITY=3.5.1
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
PRGNAM="openvino-plugins-ai-audacity"
|
||||
VERSION="3.5.1"
|
||||
VERSION="3.5.1.R.2.2"
|
||||
HOMEPAGE="https://github.com/intel/openvino-plugins-ai-audacity/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/intel/openvino-plugins-ai-audacity/archive/v3.5.1-R2/openvino-plugins-ai-audacity-3.5.1-R2.tar.gz \
|
||||
DOWNLOAD_x86_64="https://github.com/intel/openvino-plugins-ai-audacity/archive/v3.5.1-R2.2/openvino-plugins-ai-audacity-3.5.1-R2.2.tar.gz \
|
||||
https://github.com/audacity/audacity/releases/download/Audacity-3.5.1/audacity-sources-3.5.1.tar.gz \
|
||||
https://huggingface.co/Intel/demucs-openvino/resolve/main/htdemucs_v4.xml \
|
||||
https://huggingface.co/Intel/demucs-openvino/resolve/main/htdemucs_v4.bin \
|
||||
https://huggingface.co/Intel/deepfilternet-openvino/resolve/main/deepfilternet2.zip \
|
||||
https://huggingface.co/Intel/deepfilternet-openvino/resolve/main/deepfilternet3.zip"
|
||||
MD5SUM_x86_64="3a8159867cf264afc280ab836ef848f9 \
|
||||
MD5SUM_x86_64="064b14feb89c9ab0f3ece6f690b42425 \
|
||||
42d866855b2563dc0ec50b9c38476a0d \
|
||||
aa7fcbb6980d83683902ac48c53116be \
|
||||
1d1fbf4673bd956b3c13879555fa0ad2 \
|
||||
c17382730bdef35c325df210a1ff3d4b \
|
||||
dfaca36bb422a37a299e4f328e1b6843"
|
||||
REQUIRES="audacity pytorch whisper.cpp"
|
||||
REQUIRES="audacity openvino pytorch whisper.cpp"
|
||||
MAINTAINER="Johannes Schoepfer"
|
||||
EMAIL="slackbuilds@schoepfer.info"
|
||||
|
|
Loading…
Reference in a new issue