When `-D BUILD_SHARED_LIBS=ON` is passed to `cmake`, it builds a single shared library. Specifically, - For C APIs, it builds `libsherpa-onnx-c-api.so` - For Python APIs, it builds `_sherpa_onnx.cpython-xx-xx.so` - For Kotlin and Java APIs, it builds `libsherpa-onnx-jni.so` There is no `libsherpa-onnx-core.so` any longer. Note it affects only shared libraries.
48 lines
557 B
Markdown
48 lines
557 B
Markdown
## 1.10.10
|
|
|
|
* Build sherpa-onnx into a single shared library.
|
|
|
|
## 1.10.9
|
|
|
|
* Fix released packages. piper-phonemize was not included in v1.10.8.
|
|
|
|
## 1.10.8
|
|
|
|
* Fix released packages. There should be a lib directory.
|
|
|
|
## 1.10.7
|
|
|
|
* Support Android for Flutter.
|
|
|
|
## 1.10.2
|
|
|
|
* Fix passing C# string to C++
|
|
|
|
## 1.10.1
|
|
|
|
* Enable to stop TTS generation
|
|
|
|
## 1.10.0
|
|
|
|
* Add inverse text normalization
|
|
|
|
## 1.9.30
|
|
|
|
* Add TTS
|
|
|
|
## 1.9.29
|
|
|
|
* Publish with CI
|
|
|
|
## 0.0.3
|
|
|
|
* Fix path separator on Windows.
|
|
|
|
## 0.0.2
|
|
|
|
* Support specifying lib path.
|
|
|
|
## 0.0.1
|
|
|
|
* Initial release.
|