Demo to add kaldi-native-fbank (#3)

This commit is contained in:
Fangjun Kuang
2022-09-02 20:47:48 +08:00
committed by GitHub
parent 476597787f
commit 89149f9000
11 changed files with 1167 additions and 0 deletions

View File

@@ -4,3 +4,16 @@ See <https://github.com/k2-fsa/sherpa>
This repo uses [onnxruntime](https://github.com/microsoft/onnxruntime) and
does not depend on libtorch.
# Usage
```bash
git clone https://github.com/k2-fsa/sherpa-onnx
cd sherpa-onnx
mkdir build
cd build
cmake ..
make -j
./bin/online-fbank-test
```