Skip to content

Commit 88e35cc

Browse files
committed
feat(effects): add clarification about volume to the TTS effect
1 parent fd95b7b commit 88e35cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/backend/effects/builtin/text-to-speech.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ const effect: EffectType<{
4141
style="margin: 0px 15px 0px 0px"
4242
/>
4343
</eos-container>
44+
45+
<eos-container header="Volume" pad-top="true">
46+
<div class="muted">
47+
<p style="margin-bottom: 5px;">Text-To-Speech volume can only be adjusted globally.</p>
48+
<p>Go to <span class="font-bold">Settings -> TTS</span> to change the volume.</p>
49+
</div>
50+
</eos-container>
4451
`,
4552
optionsController: ($scope, ttsService) => {
4653
if ($scope.effect.voiceId == null) {

0 commit comments

Comments
 (0)