@@ -8,18 +8,17 @@ description: |
88 single **Output** pin which can be connected to other pins via
99 `Class.Wire|Wires`.
1010
11- Roblox uses the following formula to throttle requests for this API based on the number of players in your experience:
11+ Roblox uses the following formula to throttle requests for this API based on
12+ the number of players in your experience:
1213 `max requests per second per experience = 1 + (0.05 * per_thousand_concurrent_users)`
1314
1415 For a more in-depth look, see
1516 [Text-to-speech](../../../audio/objects.md#text-to-speech).
16-
1717code_samples :
1818 - audio-wiring---text-to-speech
1919inherits :
2020 - Instance
21- tags :
22- - NotBrowsable
21+ tags : []
2322deprecation_message : ' '
2423properties :
2524 - name : AudioTextToSpeech.IsLoaded
@@ -165,8 +164,8 @@ properties:
165164 summary : |
166165 The text to be converted into speech audio by `Class.AudioTextToSpeech`.
167166 description : |
168- The text to be converted into speech audio by `Class.AudioTextToSpeech`. The text has a
169- maximum length of 300 characters.
167+ The text to be converted into speech audio by `Class.AudioTextToSpeech`.
168+ The text has a maximum length of 300 characters.
170169 code_samples : []
171170 type : string
172171 tags : []
@@ -230,9 +229,9 @@ properties:
230229 summary : |
231230 The voice style to be used by `Class.AudioTextToSpeech`.
232231 description : |
233- The voice style to be used by`Class.AudioTextToSpeech`.
234- A list of available voices and their corresponding VoiceIds
235- can be found in the [text-to-speech guide](../../../audio/objects.md#text-to-speech).
232+ The voice style to be used by`Class.AudioTextToSpeech`. A list of
233+ available voices and their corresponding VoiceIds can be found in the
234+ [text-to-speech guide](../../../audio/objects.md#text-to-speech).
236235 code_samples : []
237236 type : string
238237 tags : []
@@ -408,8 +407,8 @@ events:
408407 `Class.AudioTextToSpeech:GetPropertyChangedSignal()` on the
409408 `Class.AudioTextToSpeech.IsPlaying|IsPlaying` property.
410409
411- This event may be used to destroy an `Class.AudioTextToSpeech` object
412- when it has completed playback.
410+ This event may be used to destroy an `Class.AudioTextToSpeech` object when
411+ it has completed playback.
413412 code_samples : []
414413 parameters : []
415414 tags : []
0 commit comments