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

This reverts commit 89149f9000.
This commit is contained in:
Yunus Emre Özköse
2022-09-23 08:54:27 +03:00
parent 1e75e0958d
commit a97dfc8281
9 changed files with 0 additions and 1122 deletions

View File

@@ -4,16 +4,3 @@ 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
```