File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,16 @@ Pronunciation dictionaries allow you to customize how your AI assistant pronounc
34
34
35
35
Below are examples demonstrating the difference between pronunciations with and without pronunciation dictionaries:
36
36
37
+ Corrected pronunciations:
38
+ - "Nginx" → "Engine-X" (using alias rule)
39
+ - "Kubernetes" → "/ˌkuːbərˈneɪtiːz/" (using phoneme rule)
40
+
37
41
** Without Pronunciation Dictionary:**
38
42
<audio controls src = " /static/audio/without-pronunciation-dictionary.wav" >Your browser does not support the audio element.</audio >
39
43
40
44
** With Pronunciation Dictionary:**
41
45
<audio controls src = " /static/audio/with-pronunciation-dictionary.wav" >Your browser does not support the audio element.</audio >
42
46
43
- Corrected pronunciations:
44
- - "Nginx" → "Engine-X" (using alias rule)
45
- - "Kubernetes" → "/ˌkuːbərˈneɪtiːz/" (using phoneme rule)
46
47
47
48
## Prerequisites
48
49
You can’t perform that action at this time.
0 commit comments