v1.10.16

k2-fsa/sherpa-onnxv1.10.16Jul 16, 2024by csukuangfj

AI Summary

Added a C++ runtime for MeloTTS models and support for English language. Also includes a Swift API for text punctuation and an encoder-only TRT endpointer for transducer models.

Key Highlights

  • C++ runtime for MeloTTS
  • Support English for MeloTTS models
  • Swift API for adding punctuations to text
  • Encoder-only TRT endpointer for transducer

New Features

  • C++ runtime for MeloTTS
  • Support English for MeloTTS models
  • Swift API for adding punctuations to text
  • Encoder-only TRT endpointer for transducer

Full Release Notes

## What's Changed
* encoder only trt ep for transducer by @manickavela29 in https://github.com/k2-fsa/sherpa-onnx/pull/1130
* Add Swift API for adding punctuations to text. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1132
* Add APK for small paraformer by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1133
* Support English for MeloTTS models. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1134
* Add C++ runtime for MeloTTS by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1138


**Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.10.15...v1.10.16