We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd95b7b commit 88e35ccCopy full SHA for 88e35cc
src/backend/effects/builtin/text-to-speech.ts
@@ -41,6 +41,13 @@ const effect: EffectType<{
41
style="margin: 0px 15px 0px 0px"
42
/>
43
</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>
51
`,
52
optionsController: ($scope, ttsService) => {
53
if ($scope.effect.voiceId == null) {
0 commit comments