Skip to content

Commit 19bcdc2

Browse files
committed
Add voice analysis notebook to toctree
1 parent 9637252 commit 19bcdc2

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

docs/tutorials/preprocessing.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Speech Preprocessing
1313
preprocessing/speech-features.ipynb
1414
preprocessing/environmental-corruption.ipynb
1515
preprocessing/multi-microphone-beamforming.ipynb
16+
preprocessing/voice-analysis.ipynb
1617

1718

1819
.. rubric:: `🔗 Speech Augmentation <preprocessing/speech-augmentation.html>`_
@@ -112,3 +113,21 @@ Using a microphone array can be very handy to improve the signal quality
112113
(e.g. reduce reverberation and noise) prior to performing speech recognition tasks.
113114
Microphone arrays can also estimate the direction of arrival of a sound source, and this information can later
114115
be used to "listen" in the direction of the source of interest.
116+
117+
118+
.. rubric:: `🔗 Analyzing Vocal Features for Pathology <preprocessing/voice-analysis.html>`_
119+
:heading-level: 2
120+
121+
.. list-table::
122+
:widths: 20 20 20 20 20
123+
:header-rows: 0
124+
125+
* - Plantinga P.
126+
- Nov. 2024
127+
- Difficulty: easy
128+
- Time: 20min
129+
- `🔗 Google Colab <https://colab.research.google.com/github/speechbrain/speechbrain/blob/develop/docs/tutorials/preprocessing/voice-analysis.ipynb>`__
130+
131+
132+
This notebook goes through a simple voice analysis using 4-5 interpretable features to demonstrate traditional techniques for pathology detection. This includes
133+
features such as jitter, shimmer, harmonicity, and glottal-to-noise excitation.

0 commit comments

Comments
 (0)