Skip to content

thewh1teagle/sherpa-rs

Repository files navigation

sherpa-rs

Crates License

Rust bindings to sherpa-onnx

Features

  • Spoken language detection
  • Speaker embedding (labeling)
  • Speech to text
  • Text to speech
  • Voice activity detection

Supported Platforms

  • Windows
  • Linux
  • macOS

Install

cargo add sherpa-rs

Build

Please see BUILDING.md.

Feature flags

  • cuda: enable CUDA support
  • directml: enable DirectML support
  • tts: enable TTS

Docs

See sherpa/intro.html

Examples

See examples