Low level library for DiffSinger onnx model inference.
- Vocoder Inference
- Acoustic Inference
- Duration Inference (Encoder/Decoder)
- Pitch Inference
- Variance Inference
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
bootstrap-vcpkg.bat
vcpkg install --x-manifest-root=../scripts/vcpkg-manifest --x-install-root=./installed --triplet=x64-windows
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg install \
--x-manifest-root=../scripts/vcpkg-manifest \
--x-install-root=./installed \
--triplet=<triplet>
# triplet:
# Mac: `x64-osx` or `arm64-osx`
# Linux: `x64-linux` or `arm64-linux`
cd libs
cmake [-Dep=gpu] -P ../scripts/setup-onnxruntime.cmake