streaming_zipformer

Run streaming ASR with a Zipformer transducer model on a WAV file.

Source file

rust-api-examples/examples/streaming_zipformer.rs

How to run

The recommended way is to use the helper script(s) provided in rust-api-examples because they download or point to the required models and test files automatically when needed.

Helper script(s)

run-streaming-zipformer-en.sh

./run-streaming-zipformer-en.sh

run-streaming-zipformer-zh-en.sh

./run-streaming-zipformer-zh-en.sh

Run it directly with Cargo

cargo run --example streaming_zipformer -- --help

Notes

  • The repository provides helper scripts for both English and bilingual Chinese-English models.