MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2021-10-31 07:20:55 +00:00
parent bfe2892331
commit 1de4441209
21 changed files with 451 additions and 506 deletions

View File

@@ -1595,10 +1595,19 @@ msrs:PlaySoundText(text, 2)
<p>Use a specific "culture" with the <a href="##(MSRS).SetCulture">MSRS.SetCulture</a> function, e.g. <code>:SetCulture("en-US")</code> or <code>:SetCulture("de-DE")</code>.</p>
<h2>Set Google</h2>
<p>Use Google's text-to-speech engine with the <a href="##(MSRS).SetGoogle">MSRS.SetGoogle</a> function, e.g. ':SetGoogle()'.
By enabling this it also allows you to utilize SSML in your text for added flexibilty.
For more information on setting up a cloud account, visit: https://cloud.google.com/text-to-speech
Google's supported SSML reference: https://cloud.google.com/text-to-speech/docs/ssml</p>
<h2>Set Voice</h2>
<p>Use a specifc voice with the <a href="##(MSRS).SetVoice">MSRS.SetVoice</a> function, e.g, <code>:SetVoice("Microsoft Hedda Desktop")</code>.
Note that this must be installed on your windows system.</p>
Note that this must be installed on your windows system.
If enabling SetGoogle(), you can use voices provided by Google
Google's supported voices: https://cloud.google.com/text-to-speech/docs/voices</p>
<h2>Set Coordinate</h2>