Add C++ runtime for vocos (#2014)

This commit is contained in:
Fangjun Kuang
2025-03-17 17:05:15 +08:00
committed by GitHub
parent 623cdc9eec
commit 0aacf02dd8
62 changed files with 558 additions and 162 deletions

View File

@@ -10,7 +10,7 @@ public class NonStreamingTtsMatchaEn {
// https://k2-fsa.github.io/sherpa/onnx/tts/pretrained_models/matcha.html#matcha-icefall-en-us-ljspeech-american-english-1-female-speaker
// to download model files
String acousticModel = "./matcha-icefall-en_US-ljspeech/model-steps-3.onnx";
String vocoder = "./hifigan_v2.onnx";
String vocoder = "./vocos-22khz-univ.onnx";
String tokens = "./matcha-icefall-en_US-ljspeech/tokens.txt";
String dataDir = "./matcha-icefall-en_US-ljspeech/espeak-ng-data";
String text =