Add microphone streaming ASR example for C API (#650)
This commit is contained in:
12
c-api-examples/asr-microphone-example/README.md
Normal file
12
c-api-examples/asr-microphone-example/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Introduction
|
||||
|
||||
This folder contains examples for real-time speech recognition from a microphone
|
||||
using sherpa-onnx C API.
|
||||
|
||||
**Note**: You can call C API from C++ files.
|
||||
|
||||
|
||||
## ./c-api-alsa.cc
|
||||
|
||||
This file uses alsa to read a microphone. It runs only on Linux. This file
|
||||
does not support macOS or Windows.
|
||||
Reference in New Issue
Block a user