继续操作前请注册或者登录。
  1. 04 Jul, 2025 2 commits
    • Adds support for building and packaging Linux AArch64 (arm64) artifacts alongside x64 for Dart/Flutter plugins.
      
      - Detects host architecture in CMake and adjusts library paths
      - Extends test workflows to run on an ARM runner and handle linux-aarch64 paths
      - Splits release pipeline into separate x64 and aarch64 build/package jobs
      Fangjun Kuang authored
    • This PR adds support for non-streaming Zipformer CTC ASR models across 
      multiple language bindings, WebAssembly, examples, and CI workflows.
      
      - Introduces a new OfflineZipformerCtcModelConfig in C/C++, Python, Swift, Java, Kotlin, Go, Dart, Pascal, and C# APIs
      - Updates initialization, freeing, and recognition logic to include Zipformer CTC in WASM and Node.js
      - Adds example scripts and CI steps for downloading, building, and running Zipformer CTC models
      
      Model doc is available at
      https://k2-fsa.github.io/sherpa/onnx/pretrained_models/offline-ctc/icefall/zipformer.html
      Fangjun Kuang authored
  2. 03 Jul, 2025 1 commit
  3. 02 Jul, 2025 1 commit
  4. 30 Jun, 2025 2 commits
  5. 27 Jun, 2025 3 commits
    • It refactors the release scripts to centralize and simplify version updates across 
      multiple files. Key changes include:
      
      - Introducing variables (old_version, new_version, replace_str) for version substitution.
      - Replacing hard-coded sed expressions with dynamic ones in various files.
      - Ensuring backup files generated by sed are cleaned up after execution.
      Fangjun Kuang authored
    • Fangjun Kuang authored
    • Adds support for Zipformer transducer ASR models that use Whisper-style 
      features by introducing a new feature flag, parsing metadata, 
      and integrating per-chunk normalization.
      
      - Introduce UseWhisperFeature in the model interface and Zipformer implementation
      - Parse "feature" metadata to set the whisper flag and wire it into the recognizer
      - Update feature extraction logic to handle Whisper filterbanks with early returns
      Fangjun Kuang authored
  6. 26 Jun, 2025 2 commits
  7. 25 Jun, 2025 1 commit
  8. 24 Jun, 2025 3 commits
  9. 20 Jun, 2025 2 commits
  10. 18 Jun, 2025 2 commits
  11. 17 Jun, 2025 3 commits
  12. 16 Jun, 2025 1 commit
  13. 09 Jun, 2025 1 commit
  14. 06 Jun, 2025 1 commit
  15. 05 Jun, 2025 1 commit
  16. 04 Jun, 2025 2 commits
  17. 03 Jun, 2025 4 commits
  18. 02 Jun, 2025 1 commit
  19. 01 Jun, 2025 1 commit
  20. 31 May, 2025 3 commits
  21. 29 May, 2025 3 commits