Configuration for a Matcha TTS model.
More...
#include <c-api.h>
Definition at line 2235 of file c-api.h.
◆ acoustic_model
| const char* SherpaOnnxOfflineTtsMatchaModelConfig::acoustic_model |
Path to the Matcha acoustic model.
Definition at line 2237 of file c-api.h.
◆ data_dir
| const char* SherpaOnnxOfflineTtsMatchaModelConfig::data_dir |
Optional path to espeak-ng-data.
Definition at line 2245 of file c-api.h.
◆ dict_dir
| const char* SherpaOnnxOfflineTtsMatchaModelConfig::dict_dir |
Unused legacy field kept for ABI compatibility.
Definition at line 2251 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 2249 of file c-api.h.
◆ lexicon
| const char* SherpaOnnxOfflineTtsMatchaModelConfig::lexicon |
Path to the lexicon file.
Definition at line 2241 of file c-api.h.
◆ noise_scale
| float SherpaOnnxOfflineTtsMatchaModelConfig::noise_scale |
Matcha noise scale.
Definition at line 2247 of file c-api.h.
◆ tokens
| const char* SherpaOnnxOfflineTtsMatchaModelConfig::tokens |
Path to the tokens file.
Definition at line 2243 of file c-api.h.
◆ vocoder
| const char* SherpaOnnxOfflineTtsMatchaModelConfig::vocoder |
Path to the vocoder model, for example ./vocos-22khz-univ.onnx.
Definition at line 2239 of file c-api.h.
The documentation for this struct was generated from the following file: