1. 09 Jul, 2025 2 commits
    • This PR integrates LODR (Level-Ordered Deterministic Rescoring) support from Icefall into both online and offline recognizers, enabling LODR for LM shallow fusion and LM rescore.
      
      - Extended OnlineLMConfig and OfflineLMConfig to include lodr_fst, lodr_scale, and lodr_backoff_id.
      - Implemented LodrFst and LodrStateCost classes and wired them into RNN LM scoring in both online and offline code paths.
      - Updated Python bindings, CLI entry points, examples, and CI test scripts to accept and exercise the new LODR options.
      Askars Salimbajevs authored
    • Refactors and extends model export support to include new NeMo Parakeet TDT int8 variants for English and Japanese, updating the Kotlin API, export scripts, test runners, and CI workflows.
      
      - Added support for two new int8 model types in OfflineRecognizer.kt.
      - Enhanced Python export scripts to perform dynamic quantization and metadata injection.
      - Updated shell scripts and GitHub workflows to package, test, and publish int8 model artifacts.
      Fangjun Kuang authored
  2. 08 Jul, 2025 3 commits
  3. 07 Jul, 2025 3 commits
  4. 06 Jul, 2025 4 commits
  5. 04 Jul, 2025 5 commits
  6. 03 Jul, 2025 1 commit
  7. 02 Jul, 2025 1 commit
  8. 30 Jun, 2025 2 commits
  9. 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
  10. 26 Jun, 2025 2 commits
  11. 25 Jun, 2025 1 commit
  12. 24 Jun, 2025 3 commits
  13. 20 Jun, 2025 2 commits
  14. 18 Jun, 2025 2 commits
  15. 17 Jun, 2025 3 commits
  16. 16 Jun, 2025 1 commit
  17. 09 Jun, 2025 1 commit
  18. 06 Jun, 2025 1 commit