summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Gekov <george.gekov@arm.com>2021-08-12 13:23:16 +0100
committerGeorge Gekov <george.gekov@arm.com>2021-08-12 13:23:16 +0100
commitd2b9853ca848f11dee55beedbb9d650763b3ed53 (patch)
tree1f4dacf49599cc4e2359759259ee3333c0561961
parentf5907730c3cea2f1e2055a01d9f9afc7de0a6283 (diff)
downloadml-embedded-evaluation-kit-d2b9853ca848f11dee55beedbb9d650763b3ed53.tar.gz
Fix typos
Signed-off-by: George Gekov <george.gekov@arm.com> Change-Id: I24c64064874b2e6baabdbff9c762972b816fc272
-rw-r--r--docs/use_cases/asr.md2
-rw-r--r--docs/use_cases/kws.md2
-rw-r--r--docs/use_cases/kws_asr.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/use_cases/asr.md b/docs/use_cases/asr.md
index 0969b63..134a706 100644
--- a/docs/use_cases/asr.md
+++ b/docs/use_cases/asr.md
@@ -32,7 +32,7 @@ This section provides an overview of the feature extraction process used.
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 512 audio samples is taken from the start of the audio clip. From these 512 samples, we calculate 13
diff --git a/docs/use_cases/kws.md b/docs/use_cases/kws.md
index d6bfc3a..13ce7c3 100644
--- a/docs/use_cases/kws.md
+++ b/docs/use_cases/kws.md
@@ -31,7 +31,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
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