Skip to content

Commit

Permalink
💥 pages test
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Jan 3, 2024
0 parents commit 4585a07
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 0 deletions.
Binary file added docs/assets/favicon-ND295I7W.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/assets/main-uTkP7WRE.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/assets/oauth-Gw98taue.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/assets/twitch-xVTW4_Hi.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>TTS overlay | haliphax.dev</title>
<link rel="icon" href="assets/favicon-ND295I7W.gif" />
<script type="module" crossorigin src="assets/main-uTkP7WRE.js"></script>
<link rel="modulepreload" crossorigin href="assets/twitch-xVTW4_Hi.js">
</head>
<body>
<p>
If you experience issues, check the JavaScript console (F12 in most
browsers).
</p>
</body>
</html>
38 changes: 38 additions & 0 deletions docs/oauth/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>TTS authorization | haliphax.dev</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="../assets/favicon-ND295I7W.gif" />
<script type="module" crossorigin src="../assets/oauth-Gw98taue.js"></script>
<link rel="modulepreload" crossorigin href="../assets/twitch-xVTW4_Hi.js">
</head>
<body>
<h1>Overlay URL builder</h1>
<p>
After submitting this, you will be taken to the live overlay. Copy the URL
from your browser for use in your streaming software (e.g. OBS). If you
are hooking TTS up to a reward, you will need to get the reward ID (by
redeeming it with the text <code>!ttsecho</code>) and replace the
<code>change-me</code> value in the overlay URL.
</p>
<form action="../">
<p>
<label for="voice">Voice:</label>
<br />
<input type="text" id="voice" value="AnaNeural" required />
<br />
<small>
<a href="https://speech.microsoft.com/portal/voicegallery">Voices</a>
- Use the <em>Sample code</em> feature and look for the
<code>SpeechSynthesisVoiceName</code> value. Locale is set by the
server (default <code>en-US</code>).
</small>
</p>
<p>
<button type="submit">Go!</button>
</p>
</form>
</body>
</html>

0 comments on commit 4585a07

Please sign in to comment.