Pascal API for non-streaming ASR (#1247)

This commit is contained in:
Fangjun Kuang
2024-08-12 23:33:35 +08:00
committed by GitHub
parent 5791b695ea
commit a7dc6c2c16
26 changed files with 1616 additions and 8 deletions

View File

@@ -25,13 +25,17 @@
### Supported programming languages
| 1. C++ | 2. C | 3. Python | 4. C# | 5. Java | 6. JavaScript |
|--------|-------|-----------|-------|---------|---------------|
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| 1. C++ | 2. C | 3. Python | 4. C# | 5. Java |
|--------|-------|-----------|-------|---------|
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| 7. Kotlin | 8. Swift | 9. Go | 10. Dart | 11. Rust | 12. Pascal |
|-----------|----------|-------|----------|----------|------------|
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| 6. JavaScript | 7. Kotlin | 8. Swift | 9. Go | 10. Dart |
|---------------|-----------|----------|-------|----------|
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| 11. Rust | 12. Pascal |
|----------|------------|
| ✔️ | ✔️ |
For Rust support, please see https://github.com/thewh1teagle/sherpa-rs