VITS Inference using ONNX Runtime on C++ Install onnxruntime brew install onnxruntime macOS/Linux g++ -std=c++17 -lonnxruntime main.cc -o main ./main Windows Not tested