Configuration for a Matcha TTS model.
More...
#include <c-api.h>
Definition at line 2267 of file c-api.h.
◆ acoustic_model
| const char* SherpaOnnxOfflineTtsMatchaModelConfig::acoustic_model |
Path to the Matcha acoustic model.
Definition at line 2269 of file c-api.h.
◆ data_dir
| const char* SherpaOnnxOfflineTtsMatchaModelConfig::data_dir |
Optional path to espeak-ng-data.
Definition at line 2277 of file c-api.h.
◆ dict_dir
| const char* SherpaOnnxOfflineTtsMatchaModelConfig::dict_dir |
Unused legacy field kept for ABI compatibility.
Definition at line 2283 of file c-api.h.
◆ length_scale
| float SherpaOnnxOfflineTtsMatchaModelConfig::length_scale |
Speech rate scale. Values < 1 are slower; values > 1 are faster.
Definition at line 2281 of file c-api.h.
◆ lexicon
| const char* SherpaOnnxOfflineTtsMatchaModelConfig::lexicon |
Path to the lexicon file.
Definition at line 2273 of file c-api.h.
◆ noise_scale
| float SherpaOnnxOfflineTtsMatchaModelConfig::noise_scale |
Matcha noise scale.
Definition at line 2279 of file c-api.h.
◆ tokens
| const char* SherpaOnnxOfflineTtsMatchaModelConfig::tokens |
Path to the tokens file.
Definition at line 2275 of file c-api.h.
◆ vocoder
| const char* SherpaOnnxOfflineTtsMatchaModelConfig::vocoder |
Path to the vocoder model, for example ./vocos-22khz-univ.onnx.
Definition at line 2271 of file c-api.h.
The documentation for this struct was generated from the following file: