Skip to content

Commit ce4407e

Browse files
authored
Fix: Update broken link to Colab preprocessing tutorial
Update Google Colab link from processing to preprocessing
1 parent 989e7b1 commit ce4407e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

β€Ždocs/tutorials/preprocessing.rstβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Speech Preprocessing
2626
- Jan. 2021
2727
- Difficulty: easy
2828
- 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>`__
3030

3131

3232
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
4545
- Jan. 2021
4646
- Difficulty: easy
4747
- 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>`__
4949

5050

5151
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.
6969
- Jan. 2021
7070
- Difficulty: easy
7171
- 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>`__
7373

7474

7575
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.
8787
- Feb. 2021
8888
- Difficulty: medium
8989
- 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>`__
9191

9292

9393
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
105105
- Jan. 2021
106106
- Difficulty: medium
107107
- 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>`__
109109

110110

111111
Using a microphone array can be very handy to improve the signal quality

0 commit comments

Comments
Β (0)