From dc3dae067b07c95d1d37165198c4a9b30e578839 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Thu, 4 Nov 2021 11:39:18 +0800 Subject: [PATCH] Update README to mention other projects. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e3f456e..5a072df 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,26 @@ for more examples. - ``kaldifeat`` supports batch processing as well as chunk processing - ``kaldifeat`` uses the same options as `Kaldi`'s `compute-fbank-feats` and `compute-mfcc-feats` +# Usage in other projects + +## icefall + +[icefall](https://github.com/k2-fsa/icefall) uses kaldifeat to extract features for a pre-trained model. + +See . + +## k2 + +[k2](https://github.com/k2-fsa/k2) uses kaldifeat's C++ API. + +See . + +## lhotse + +[lhotse](https://github.com/lhotse-speech/lhotse) uses kaldifeat to extract features on GPU. + +See . + # Installation ## From conda (Only for Linux + CUDA)