Add TTS engline APKs for more models (#2327)

This commit is contained in:
Fangjun Kuang
2025-06-30 13:36:29 +08:00
committed by GitHub
parent f725cb3306
commit 046ce01203
3 changed files with 39 additions and 4 deletions

View File

@@ -85,10 +85,10 @@ class ViewController: UIViewController {
// You can also modify Model.swift to add new pre-trained models from
// https://k2-fsa.github.io/sherpa/onnx/pretrained_models/index.html
// let modelConfig = getBilingualStreamZhEnZipformer20230220()
let modelConfig = getBilingualStreamZhEnZipformer20230220()
// let modelConfig = getZhZipformer20230615()
// let modelConfig = getEnZipformer20230626()
let modelConfig = getBilingualStreamingZhEnParaformer()
// let modelConfig = getBilingualStreamingZhEnParaformer()
let featConfig = sherpaOnnxFeatureConfig(
sampleRate: 16000,