sherpa-onnx C API 1.0
Public C API and C++ wrapper for sherpa-onnx
Loading...
Searching...
No Matches
sherpa_onnx::cxx::OfflineTtsSupertonicModelConfig Struct Reference

Supertonic model configuration. More...

#include <cxx-api.h>

+ Collaboration diagram for sherpa_onnx::cxx::OfflineTtsSupertonicModelConfig:

Public Attributes

std::string duration_predictor
 
std::string text_encoder
 
std::string vector_estimator
 
std::string vocoder
 
std::string tts_json
 
std::string unicode_indexer
 
std::string voice_style
 

Detailed Description

Definition at line 968 of file cxx-api.h.

Member Data Documentation

◆ duration_predictor

std::string sherpa_onnx::cxx::OfflineTtsSupertonicModelConfig::duration_predictor

Duration predictor model file.

Definition at line 970 of file cxx-api.h.

◆ text_encoder

std::string sherpa_onnx::cxx::OfflineTtsSupertonicModelConfig::text_encoder

Text encoder model file.

Definition at line 972 of file cxx-api.h.

◆ tts_json

std::string sherpa_onnx::cxx::OfflineTtsSupertonicModelConfig::tts_json

Model metadata JSON.

Definition at line 978 of file cxx-api.h.

◆ unicode_indexer

std::string sherpa_onnx::cxx::OfflineTtsSupertonicModelConfig::unicode_indexer

Unicode indexer resource.

Definition at line 980 of file cxx-api.h.

◆ vector_estimator

std::string sherpa_onnx::cxx::OfflineTtsSupertonicModelConfig::vector_estimator

Vector estimator model file.

Definition at line 974 of file cxx-api.h.

◆ vocoder

std::string sherpa_onnx::cxx::OfflineTtsSupertonicModelConfig::vocoder

Vocoder model file.

Definition at line 976 of file cxx-api.h.

◆ voice_style

std::string sherpa_onnx::cxx::OfflineTtsSupertonicModelConfig::voice_style

Voice style resource.

Definition at line 982 of file cxx-api.h.


The documentation for this struct was generated from the following file: