diff --git a/mimic3_http/templates/index.html b/mimic3_http/templates/index.html index 4a186c3..9355091 100644 --- a/mimic3_http/templates/index.html +++ b/mimic3_http/templates/index.html @@ -38,6 +38,23 @@ #privacy { font-size: 1em; } + + summary { + font-weight: bold; + } + + #ssml-examples { + width: 100%; + border: 1px solid #888; + } + + #ssml-examples tr { + border-top: 1px solid #888; + } + + #ssml-examples td { + padding: 5px; + } @@ -64,6 +81,8 @@

API {% endif %} + + Docs
@@ -77,12 +96,6 @@
-
- - -
-
-
- - - - - - +
+ Advanced Settings +
+
+ + +
+
+
+ More about SSML +

+ Process some Speech Synthesis Markup Language tags in the text above. +

+ + + + + + + + + + + + + + + + + + + + + +
+ Examples: + + Documentation +
+ <break time="500ms" /> + + Insert pause +
+ <prosody volume="50%">...</prosody> + + Change volume +
+ <prosody rate="200%">...</prosody> + + Change speaking rate +
+ <voice name="en_US/vctk_low#p239">...</voice> + + Change voice +
+
+
-
+
+
+ + +
+
+
+ More about speaking rate +

+ Controls how fast the voice speaks the text. A value of 1 is the speed of the training dataset. Less than 1 is faster, and more than 1 is slower. +

+
+
+
+
+
+ + +
+
+
+ More about audio volatility +

+ The amount of noise added to the generated audio (0-1). Can help mask audio artifacts from the voice model. Multi-speaker models tend to sound better with a lower amount of noise than single speaker models. +

+
+
+
+
+
+ + +
+
+
+ More about phoneme volatility +

+ The amount of noise used to generate phoneme durations (0-1). Allows for variable speaking cadance, with a value closer to 1 being more variable. Multi-speaker models tend to sound better with a lower amount of phoneme variability than single speaker models. +

+
+
+
+