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
@@ -112,3 +113,21 @@ Using a microphone array can be very handy to improve the signal quality
112
113
(e.g. reduce reverberation and noise) prior to performing speech recognition tasks.
113
114
Microphone arrays can also estimate the direction of arrival of a sound source, and this information can later
114
115
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