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

Configuration for a Kitten TTS model. More...

#include <c-api.h>

Public Attributes

const char * model
 
const char * voices
 
const char * tokens
 
const char * data_dir
 
float length_scale
 

Detailed Description

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

Member Data Documentation

◆ data_dir

const char* SherpaOnnxOfflineTtsKittenModelConfig::data_dir

Optional path to espeak-ng-data.

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

◆ length_scale

float SherpaOnnxOfflineTtsKittenModelConfig::length_scale

Speech rate scale. Values < 1 are slower; values > 1 are faster.

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

◆ model

const char* SherpaOnnxOfflineTtsKittenModelConfig::model

Path to the Kitten model.

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

◆ tokens

const char* SherpaOnnxOfflineTtsKittenModelConfig::tokens

Path to the tokens file.

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

◆ voices

const char* SherpaOnnxOfflineTtsKittenModelConfig::voices

Path to the Kitten voices file.

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


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