正在显示
1 个修改的文件
包含
34 行增加
和
5 行删除
| 1 | -# Introduction | 1 | +### Supported functions |
| 2 | + | ||
| 3 | +|Speech recognition| Speech synthesis | Speaker verification | Speaker identification | | ||
| 4 | +|------------------|------------------|----------------------|------------------------| | ||
| 5 | +| ✔️ | ✔️ | ✔️ | ✔️ | | ||
| 6 | + | ||
| 7 | +| Spoken Language identification | Audio tagging | Voice activity detection | Keyword spotting | | ||
| 8 | +|--------------------------------|---------------|--------------------------|------------------| | ||
| 9 | +| ✔️ | ✔️ | ✔️ | ✔️ | | ||
| 10 | + | ||
| 11 | +### Supported platforms | ||
| 12 | + | ||
| 13 | +|Architecture| Android | iOS | Windows | macOS | linux | | ||
| 14 | +|------------|------------------|---------------|------------|-------|-------| | ||
| 15 | +| x64 | ✔️ | | ✔️ | ✔️ | ✔️ | | ||
| 16 | +| x86 | ✔️ | | ✔️ | | | | ||
| 17 | +| arm64 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ||
| 18 | +| arm32 | ✔️ | | | | ✔️ | | ||
| 19 | +| riscv64 | | | | | ✔️ | | ||
| 20 | + | ||
| 21 | + | ||
| 22 | +### Supported programming languages | ||
| 23 | + | ||
| 24 | +| C++ | C | Python | C# | Java | JavaScript | Kotlin | Swift | Go | Dart | | ||
| 25 | +|-----|----|--------|----|------|------------|--------|-------|----|------| | ||
| 26 | +| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ||
| 27 | + | ||
| 28 | +It also supports WebAssembly. | ||
| 29 | + | ||
| 30 | +## Introduction | ||
| 2 | 31 | ||
| 3 | This repository supports running the following functions **locally** | 32 | This repository supports running the following functions **locally** |
| 4 | 33 | ||
| @@ -33,7 +62,7 @@ with the following APIs | @@ -33,7 +62,7 @@ with the following APIs | ||
| 33 | - Swift | 62 | - Swift |
| 34 | - Dart | 63 | - Dart |
| 35 | 64 | ||
| 36 | -## Links for pre-built Android APKs | 65 | +### Links for pre-built Android APKs |
| 37 | 66 | ||
| 38 | | Description | URL | 中国用户 | | 67 | | Description | URL | 中国用户 | |
| 39 | |--------------------------------|-----------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------| | 68 | |--------------------------------|-----------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------| |
| @@ -48,7 +77,7 @@ with the following APIs | @@ -48,7 +77,7 @@ with the following APIs | ||
| 48 | | Spoken language identification | [Address](https://k2-fsa.github.io/sherpa/onnx/spoken-language-identification/apk.html) | [点此](https://k2-fsa.github.io/sherpa/onnx/spoken-language-identification/apk-cn.html) | | 77 | | Spoken language identification | [Address](https://k2-fsa.github.io/sherpa/onnx/spoken-language-identification/apk.html) | [点此](https://k2-fsa.github.io/sherpa/onnx/spoken-language-identification/apk-cn.html) | |
| 49 | |Keyword spotting| [Address](https://k2-fsa.github.io/sherpa/onnx/kws/apk.html)| [点此](https://k2-fsa.github.io/sherpa/onnx/kws/apk-cn.html)| | 78 | |Keyword spotting| [Address](https://k2-fsa.github.io/sherpa/onnx/kws/apk.html)| [点此](https://k2-fsa.github.io/sherpa/onnx/kws/apk-cn.html)| |
| 50 | 79 | ||
| 51 | -## Links for pre-trained models | 80 | +### Links for pre-trained models |
| 52 | 81 | ||
| 53 | | Description | URL | | 82 | | Description | URL | |
| 54 | |--------------------------------|--------------------------------------------------------------------------------------------------------------------------------| | 83 | |--------------------------------|--------------------------------------------------------------------------------------------------------------------------------| |
| @@ -61,12 +90,12 @@ with the following APIs | @@ -61,12 +90,12 @@ with the following APIs | ||
| 61 | | Spoken language identification (Language ID) | See multi-lingual Whisper ASR models from [Speech recognition](https://github.com/k2-fsa/sherpa-onnx/releases/tag/asr-models) | | 90 | | Spoken language identification (Language ID) | See multi-lingual Whisper ASR models from [Speech recognition](https://github.com/k2-fsa/sherpa-onnx/releases/tag/asr-models) | |
| 62 | | Punctuation| [Address](https://github.com/k2-fsa/sherpa-onnx/releases/tag/punctuation-models)| | 91 | | Punctuation| [Address](https://github.com/k2-fsa/sherpa-onnx/releases/tag/punctuation-models)| |
| 63 | 92 | ||
| 64 | -## Useful links | 93 | +### Useful links |
| 65 | 94 | ||
| 66 | - Documentation: https://k2-fsa.github.io/sherpa/onnx/ | 95 | - Documentation: https://k2-fsa.github.io/sherpa/onnx/ |
| 67 | - Bilibili 演示视频: https://search.bilibili.com/all?keyword=%E6%96%B0%E4%B8%80%E4%BB%A3Kaldi | 96 | - Bilibili 演示视频: https://search.bilibili.com/all?keyword=%E6%96%B0%E4%B8%80%E4%BB%A3Kaldi |
| 68 | 97 | ||
| 69 | -## How to reach us | 98 | +### How to reach us |
| 70 | 99 | ||
| 71 | Please see | 100 | Please see |
| 72 | https://k2-fsa.github.io/sherpa/social-groups.html | 101 | https://k2-fsa.github.io/sherpa/social-groups.html |
-
请 注册 或 登录 后发表评论