docs.rs failed to build ndwk-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
ndwk
Lightweight, zero-delay, CPU-only real-time multilingual speech recognition (ASR) engine for Rust.
Pure C11 core with safe Rust FFI bindings. Prebuilt native libraries are automatically downloaded during build.
Supported Languages
- Japanese (ReazonSpeech Zipformer)
- English (NeMo Parakeet TDT v3)
- Chinese (Paraformer-large)
- Korean / Multilingual (SenseVoice Small)
- Automatic Language Identification (Whisper-tiny LID)
Quick Start
[]
= "0.1"
use ;
let mut engine = new?;
// Feed 16kHz mono f32 audio
engine.feed_audio;
engine.flush;
Requirements
- Models must be downloaded separately. See setup instructions.
Local Development
To use locally built libraries instead of downloading:
Supported Platforms
| Platform | Target Triple |
|---|---|
| Linux x64 | x86_64-unknown-linux-gnu |
| Linux ARM64 | aarch64-unknown-linux-gnu |
| macOS ARM64 | aarch64-apple-darwin |
| Windows x64 | x86_64-pc-windows-msvc |
License
Apache-2.0