Add PengChengStarling models to sherpa-onnx (#1835)

This commit is contained in:
Fangjun Kuang
2025-02-10 18:23:40 +08:00
committed by GitHub
parent 2ac41d3d85
commit d5da9430e8
7 changed files with 190 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ struct OfflineTtsConfig {
// If you set it to -1, then we process all sentences in a single batch.
int32_t max_num_sentences = 1;
// A silence interval containing audio samples with value close to 0.
// A silence interval contains audio samples with value close to 0.
//
// the duration of the new interval is old_duration * silence_scale.
float silence_scale = 0.2;