summaryrefslogtreecommitdiff
path: root/docs/use_cases/kws_asr.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/use_cases/kws_asr.md')
-rw-r--r--docs/use_cases/kws_asr.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/use_cases/kws_asr.md b/docs/use_cases/kws_asr.md
index 8b2f123..8d7b396 100644
--- a/docs/use_cases/kws_asr.md
+++ b/docs/use_cases/kws_asr.md
@@ -52,7 +52,7 @@ Therefore, this section aims to provide an overview of the feature extraction pr
First, the audio data is normalized to the range (`-1`, `1`).
> **Note:** Mel-Frequency Cepstral Coefficients (MFCCs) are a common feature that is extracted from audio data and can
-> be used as input for machine learning tasks. Such as keyword spotting and speech recognition. For implementation
+> be used as input for machine learning tasks such as keyword spotting and speech recognition. For implementation
> details, please refer to: `source/application/main/include/Mfcc.hpp`
Next, a window of 640 audio samples is taken from the start of the audio clip. From these 640 samples, we calculate 10