mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
MOOSE generated documentation [skip ci]
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user