MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-05-05 07:12:35 +00:00
parent b85d26f67a
commit 93e4812995
25 changed files with 711 additions and 501 deletions

View File

@@ -1684,6 +1684,12 @@ Google's supported voices: https://cloud.google.com/text-to-speech/docs/voices</
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS).GetPort">MSRS:GetPort()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get port.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS).GetVolume">MSRS:GetVolume()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get SRS volume.</p>
</td>
</tr>
<tr class="w3-border">
@@ -1699,7 +1705,7 @@ Google's supported voices: https://cloud.google.com/text-to-speech/docs/voices</
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS).New">MSRS:New(PathToSRS, Frequency, Modulation)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS).New">MSRS:New(PathToSRS, Frequency, Modulation, Volume)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Create a new MSRS object.</p>
</td>
@@ -1792,6 +1798,12 @@ Google's supported voices: https://cloud.google.com/text-to-speech/docs/voices</
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS).SetVoice">MSRS:SetVoice(Voice)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set to use a specific voice.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS).SetVolume">MSRS:SetVolume(Volume)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set SRS volume.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2802,6 +2814,36 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(MSRS).GetVolume" ><strong>MSRS:GetVolume()</strong></a></h2>
</div>
<p>Get SRS volume.</p>
<div id= "#Functions##GetVolume" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>MSRS</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Volume Volume - 1.0 is max, 0.0 is silence</p>
</div>
</div>
</div>
</div>
</div>
@@ -2838,7 +2880,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(MSRS).New" ><strong>MSRS:New(PathToSRS, Frequency, Modulation)</strong></a></h2>
<h2><a id="#(MSRS).New" ><strong>MSRS:New(PathToSRS, Frequency, Modulation, Volume)</strong></a></h2>
</div>
<p>Create a new MSRS object.</p>
@@ -2887,6 +2929,19 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Radio modulation: 0=AM (default), 1=FM. See <code>radio.modulation.AM</code> and <code>radio.modulation.FM</code> enumerators. Can also be given as a #table of multiple modulations.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Volume</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Volume - 1.0 is max, 0.0 is silence</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
@@ -3619,6 +3674,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(MSRS).SetVolume" ><strong>MSRS:SetVolume(Volume)</strong></a></h2>
</div>
<p>Set SRS volume.</p>
<div id= "#Functions##SetVolume" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>MSRS</p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Volume</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Volume - 1.0 is max, 0.0 is silence</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(MSRS)">#MSRS</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>