From e452fd4079ef3668d65a97c7e178b7f7a8e4c860 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sat, 2 Apr 2022 20:34:58 +0800 Subject: [PATCH] Update README. --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7d7d13..e4effa5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ features = fbank(wave) -Online FBANK +Streaming FBANK kaldifeat.FbankOptions kaldifeat.OnlineFbank @@ -56,6 +56,17 @@ features = mfcc(wave) + +Streaming MFCC +kaldifeat.MfccOptions +kaldifeat.OnlineMfcc + +See +./kaldifeat/python/tests/test_mfcc.py + + + + PLP kaldifeat.PlpOptions @@ -70,6 +81,17 @@ features = plp(wave) + +Streaming PLP +kaldifeat.PlpOptions +kaldifeat.OnlinePlp + +See +./kaldifeat/python/tests/test_plp.py + + + + Spectorgram kaldifeat.SpectrogramOptions @@ -99,6 +121,8 @@ The following kaldi-compatible commandline tools are implemented: (**NOTE**: We will implement other types of features, e.g., Pitch, ivector, etc, soon.) +**HINT**: It supports also streaming feature extractors for Fbank, MFCC, and Plp. + # Usage Let us first generate a test wave using sox: