-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 2.58 KB
/
index.html
File metadata and controls
40 lines (39 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<header>
<title>Vowel Triangle</title>
<meta charset="UTF-8">
</header>
<body>
<h1 style='font-size:40px;text-align: center'>Vowel Triangle</h1>
<p style="width:70%;margin-left:auto;margin-right:auto;">
A <a href="http://www.praat.org"><i>Praat</i></a> script to calculate the Vowel Space Area from labelled and unlabelled running speech.
</p>
<p style="width:70%;margin-left:auto;margin-right:auto;">
<dl style="width:70%;margin-left:auto;margin-right:auto;">
<dt><a href="ManPages/VowelTriangle.html">Manual</a></dt>
<dd>How to use the script.</dd>
<dt><a href='https://github.com/robvanson/VowelTriangle'>GitHub page</a></dt>
</dl>
</p>
<h2 style="width:70%;margin-left:auto;margin-right:auto;">References</h2>
<p style="width:70%;margin-left:auto;margin-right:auto;">
<ol style="width:70%;margin-left:auto;margin-right:auto;">
<li>van Son, R.J.J.H., Middag, C., & Demuynck, K (2018). <a href="https://www.isca-speech.org/archive/Interspeech_2018/abstracts/0068.html">"Vowel space as a tool to evaluate articulation problems"</a>, Proceedings of INTERSPEECH 2018, Hyderabad, India, 357-361</li>
<dl>
<dd><a href="Interspeech2018Submission_materials">Interspeech 2018 submission data</a></dd>
<dd><a href="data_and_experimental/">Interspeech 2018 data and scripts</a></dd>
</dl>
<li>Lammert AC, Narayanan SS. <a href="https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0132193">"On Short-Time Estimation of Vocal Tract Length from Formant Frequencies"</a>. PLOS ONE. 2015 Jul 15;10(7):e0132193.</li>
<dl>The vocal tract length (VTL) is calculated as: VTL = 100 · 352.95 / (4 · φ) cm. Note that a different formant tracking algorithm is used in Pseudonymize Speech than was used in [2] and the estimated φ values here are used only as scale factors. They should not be interpreted as corresponding to "real" VTL values.</dl>
<li>SAMPA. Charts for languages: <a href="https://www.phon.ucl.ac.uk/home/sampa/index.html">https://www.phon.ucl.ac.uk/home/sampa/index.html</a></li>
</ol>
</p>
<hr style="width:70%;text-align:left;margin-left:auto;margin-right:auto;">
<p style="width:70%;margin-left:auto;margin-right:auto;">Figure: Vowel Triangle plot (left) and corresponding settings (right).</p>
<p style="width:70%;margin-left:auto;margin-right:auto;">
<img src='ManPages/VowelTriangle_praat.png' alt="Vowel Triangle plot" style="width:45%;vertical-align: text-top;">
<img src='ManPages/VowelTriangle Screenshot.png' alt="Vowel Triangle screenshot" style="width:45%;vertical-align: text-top;">
</p>
</body>
</html>