Publish flutter packages for Android (#1074)
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
## 1.10.7
|
||||
|
||||
* Support Android
|
||||
|
||||
## 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.
|
||||
@@ -1,3 +0,0 @@
|
||||
# sherpa_onnx
|
||||
|
||||
Please see <https://github.com/k2-fsa/sherpa-onnx>
|
||||
@@ -1,20 +1,16 @@
|
||||
# sherpa-onnx app example
|
||||
|
||||
See also <https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter-examples>
|
||||
## Flutter examples
|
||||
|
||||
## Streaming speech recognition
|
||||
| Functions | URL | Supported Platforms|
|
||||
|---|---|---|
|
||||
|Streaming speech recognition| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter-examples/streaming_asr)| Android, macOS, Windows|
|
||||
|
||||
Please see https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/streaming-asr
|
||||
|
||||
## Non-streaming speech recognition
|
||||
|
||||
Please see https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/non-streaming-asr
|
||||
|
||||
## Text to speech (TTS)
|
||||
|
||||
Please see https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/tts
|
||||
|
||||
## Voice activity detection (VAD)
|
||||
|
||||
Please see https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/vad
|
||||
## Pure dart-examples
|
||||
|
||||
| Functions | URL | Supported Platforms|
|
||||
|---|---|---|
|
||||
|Streaming speech recognition| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/streaming-asr)| macOS, Windows, Linux|
|
||||
|Non-Streaming speech recognition| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/non-streaming-asr)| macOS, Windows, Linux|
|
||||
|Text to speech| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/tts)| macOS, Windows, Linux|
|
||||
|Voice activity detection (VAD)| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/dart-api-examples/vad)| macOS, Windows, Linux|
|
||||
|
||||
@@ -4,7 +4,7 @@ description: >
|
||||
Speech recognition, speech synthesis, and speaker recognition using next-gen Kaldi
|
||||
with onnxruntime without Internet connection.
|
||||
|
||||
repository: https://github.com/k2-fsa/sherpa-onnx/tree/master/sherpa-onnx/flutter
|
||||
repository: https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter
|
||||
|
||||
issue_tracker: https://github.com/k2-fsa/sherpa-onnx/issues
|
||||
documentation: https://k2-fsa.github.io/sherpa/onnx/
|
||||
@@ -16,8 +16,8 @@ topics:
|
||||
- audio-tagging
|
||||
- voice-activity-detection
|
||||
|
||||
# remember to change the version in ../sherpa_onnx_macos/macos/sherpa_onnx.podspec
|
||||
version: 1.10.7
|
||||
# remember to change the version in ../sherpa_onnx_macos/macos/sherpa_onnx_macos.podspec
|
||||
version: 1.10.9
|
||||
|
||||
homepage: https://github.com/k2-fsa/sherpa-onnx
|
||||
|
||||
@@ -30,16 +30,16 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
sherpa_onnx_android:
|
||||
sherpa_onnx_android: ^1.10.9
|
||||
# path: ../sherpa_onnx_android
|
||||
|
||||
sherpa_onnx_macos:
|
||||
sherpa_onnx_macos: ^1.10.9
|
||||
# path: ../sherpa_onnx_macos
|
||||
|
||||
sherpa_onnx_linux:
|
||||
sherpa_onnx_linux: ^1.10.9
|
||||
# path: ../sherpa_onnx_linux
|
||||
#
|
||||
sherpa_onnx_windows:
|
||||
sherpa_onnx_windows: ^1.10.9
|
||||
# path: ../sherpa_onnx_windows
|
||||
|
||||
flutter:
|
||||
|
||||
Reference in New Issue
Block a user