This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex_bi_series-sherpa-onnx/sherpa-onnx/csrc/README.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

2023-09-17 14:54:38 +08:00
# File descriptions
- [./sherpa-onnx-alsa.cc](./sherpa-onnx-alsa.cc) For Linux only, especially for
embedded Linux, e.g., Raspberry Pi; it uses a streaming model for real-time
speech recognition with a microphone.
- [./sherpa-onnx-microphone.cc](./sherpa-onnx-microphone.cc)
For Linux/Windows/macOS; it uses a streaming model for real-time speech
recognition with a microphone.
- [./sherpa-onnx-microphone-offline.cc](./sherpa-onnx-microphone-offline.cc)
For Linux/Windows/macOS; it uses a non-streaming model for speech
recognition with a microphone.
- [./sherpa-onnx.cc](./sherpa-onnx.cc)
It uses a streaming model to decode wave files
- [./sherpa-onnx-offline.cc](./sherpa-onnx-offline.cc)
It uses a non-streaming model to decode wave files
- [./online-websocket-server.cc](./online-websocket-server.cc)
WebSocket server for streaming models.
- [./offline-websocket-server.cc](./offline-websocket-server.cc)
WebSocket server for non-streaming models.
- [./sherpa-onnx-vad-microphone.cc](./sherpa-onnx-vad-microphone.cc)
Use silero VAD to detect speeches with a microphone.