You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/preprocessing.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Speech Preprocessing
26
26
- Jan. 2021
27
27
- Difficulty: easy
28
28
- Time: 20min
29
-
- `π Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/processing/speech-augmentation.ipynb>`__
29
+
- `π Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/preprocessing/speech-augmentation.ipynb>`__
30
30
31
31
32
32
A popular saying in machine learning is "there is no better data than more data". However, collecting new data can be expensive
@@ -45,7 +45,7 @@ that normally helps neural networks improving generalization and thus achieve be
45
45
- Jan. 2021
46
46
- Difficulty: easy
47
47
- Time: 20min
48
-
- `π Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/processing/fourier-transform-and-spectrograms.ipynb>`__
48
+
- `π Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/preprocessing/fourier-transform-and-spectrograms.ipynb>`__
49
49
50
50
51
51
In speech and audio processing, the signal in the time-domain is often transformed into another domain.
@@ -69,7 +69,7 @@ Short-Term Fourier Transform (STFT) and spectrograms.
69
69
- Jan. 2021
70
70
- Difficulty: easy
71
71
- Time: 20min
72
-
- `π Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/processing/speech-features.ipynb>`__
72
+
- `π Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/preprocessing/speech-features.ipynb>`__
73
73
74
74
75
75
Speech is a very high-dimensional signal. For instance, when the sampling frequency is 16 kHz,
@@ -87,7 +87,7 @@ The goal of feature extraction is to find more compact ways to represent speech.
87
87
- Feb. 2021
88
88
- Difficulty: medium
89
89
- Time: 20min
90
-
- `π Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/processing/environmental-corruption.ipynb>`__
90
+
- `π Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/preprocessing/environmental-corruption.ipynb>`__
91
91
92
92
93
93
In realistic speech processing applications, the signal recorded by the microphone is corrupted by noise and reverberation.
@@ -105,7 +105,7 @@ This is particularly harmful in distant-talking (far-field) scenarios, where the
105
105
- Jan. 2021
106
106
- Difficulty: medium
107
107
- Time: 20min
108
-
- `π Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/processing/multi-microphone-beamforming.ipynb>`__
108
+
- `π Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/preprocessing/multi-microphone-beamforming.ipynb>`__
109
109
110
110
111
111
Using a microphone array can be very handy to improve the signal quality
0 commit comments