Add C++ runtime for vocos (#2014)
This commit is contained in:
@@ -5,7 +5,7 @@ const sherpa_onnx = require('sherpa-onnx');
|
||||
function createOfflineTts() {
|
||||
let offlineTtsMatchaModelConfig = {
|
||||
acousticModel: './matcha-icefall-zh-baker/model-steps-3.onnx',
|
||||
vocoder: './hifigan_v2.onnx',
|
||||
vocoder: './vocos-22khz-univ.onnx',
|
||||
lexicon: './matcha-icefall-zh-baker/lexicon.txt',
|
||||
tokens: './matcha-icefall-zh-baker/tokens.txt',
|
||||
dictDir: './matcha-icefall-zh-baker/dict',
|
||||
|
||||
Reference in New Issue
Block a user