DDATT / Vits2-onnx-cpp

Simple inference for Vits2 TTS Using ONNXRUNTIME and espeak-ng on C++

Repository from Github https://github.comDDATT/Vits2-onnx-cppRepository from Github https://github.comDDATT/Vits2-onnx-cpp

Vits2-onnx-cpp

This repository contains C++ source code for performing inference of the Vits2 TTS model on Linux Ubuntu and Windows environments. The model is converted from ONNX format to a format compatible with C++ using the onnxruntime library.

Special mentions

@p0p4k for vits2 pytorch repo (Please check his awesome vits2_pytorch repo).

About

Simple inference for Vits2 TTS Using ONNXRUNTIME and espeak-ng on C++


Languages

Language:C++ 95.8%Language:CMake 4.2%