sherpa-onnx C API 1.0
Public C API and C++ wrapper for sherpa-onnx
Loading...
Searching...
No Matches
SherpaOnnxOfflineTtsSupertonicModelConfig Struct Reference

Configuration for a Supertonic TTS model. More...

#include <c-api.h>

Public Attributes

const char * duration_predictor
 
const char * text_encoder
 
const char * vector_estimator
 
const char * vocoder
 
const char * tts_json
 
const char * unicode_indexer
 
const char * voice_style
 

Detailed Description

Definition at line 2333 of file c-api.h.

Member Data Documentation

◆ duration_predictor

const char* SherpaOnnxOfflineTtsSupertonicModelConfig::duration_predictor

Path to the duration predictor model.

Definition at line 2335 of file c-api.h.

◆ text_encoder

const char* SherpaOnnxOfflineTtsSupertonicModelConfig::text_encoder

Path to the text encoder model.

Definition at line 2337 of file c-api.h.

◆ tts_json

const char* SherpaOnnxOfflineTtsSupertonicModelConfig::tts_json

Path to tts.json.

Definition at line 2343 of file c-api.h.

◆ unicode_indexer

const char* SherpaOnnxOfflineTtsSupertonicModelConfig::unicode_indexer

Path to the unicode indexer file.

Definition at line 2345 of file c-api.h.

◆ vector_estimator

const char* SherpaOnnxOfflineTtsSupertonicModelConfig::vector_estimator

Path to the vector estimator model.

Definition at line 2339 of file c-api.h.

◆ vocoder

const char* SherpaOnnxOfflineTtsSupertonicModelConfig::vocoder

Path to the vocoder model.

Definition at line 2341 of file c-api.h.

◆ voice_style

const char* SherpaOnnxOfflineTtsSupertonicModelConfig::voice_style

Path to the voice style file.

Definition at line 2347 of file c-api.h.


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