-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 4585a07
Showing
6 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |