You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en-us/tutorials/use-case-tutorials/audio/add-text-to-speech.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Explains how to add text-to-speech audio to your experiences.
5
5
6
6
**Text-to-speech** is a form of assistive technology that converts text strings into speech sounds using an artificial voice. In addition to improving the accessibility of your experiences for players with vision, mobility, or cognitive disabilities, TTS allows you to generate speech dynamically so that you don't have to pre-record audio for all possible narrative scenarios.
7
7
8
-
Using the [Gingerbread House - Start](https://www.roblox.com/games/134812596370919/Gingerbread-House-Start)`.rbxl` file as a starting place and Gingerbread House - Text-to-Speech as a reference, this tutorial shows you how to add both basic and context-aware TTS audio to your experiences, including guidance on:
8
+
Using the [Gingerbread House - Start](https://www.roblox.com/games/134812596370919/Gingerbread-House-Start)`.rbxl` file as a starting place and [Gingerbread House - Text-to-Speech](https://www.roblox.com/games/129041658365712/Gingerbread-House-Text-to-Speech) as a reference, this tutorial shows you how to add both basic and context-aware TTS audio to your experiences, including guidance on:
9
9
10
10
- Triggering TTS for common gameplay scenarios that will never change, such as UI interactions and tutorials.
11
11
- Configuring TTS so that it adapts to player actions, environmental status, or flexible objectives.
@@ -100,7 +100,7 @@ This form of TTS is useful in most gameplay scenarios, such as players interacti
100
100
</tbody>
101
101
</table>
102
102
103
-
To recreate the basic 3D TTS audio in the sample Gingerbread House - Text-to-Speech place file:
103
+
To recreate the basic 3D TTS audio in the sample [Gingerbread House - Text-to-Speech](https://www.roblox.com/games/129041658365712/Gingerbread-House-Text-to-Speech) place file:
104
104
105
105
1. Enable a default listener that's attached to your player character.
106
106
1. In the **Explorer** window, select the **SoundService**.
@@ -235,7 +235,7 @@ While there are many ways to accomplish this task, the sample uses custom attrib
235
235
</figure>
236
236
</GridContainer>
237
237
238
-
To recreate the context-aware 3D TTS audio in the sample Gingerbread House - Text-to-Speech place file:
238
+
To recreate the context-aware 3D TTS audio in the sample [Gingerbread House - Text-to-Speech](https://www.roblox.com/games/129041658365712/Gingerbread-House-Text-to-Speech) place file:
239
239
240
240
1. In the **Explorer** window, navigate to **Workspace** > **GumDrops**.
241
241
1. Configure three custom attributes to track the yellow gumdrop.
0 commit comments