rename google tts to clarify that its local

This commit is contained in:
legop3
2026-06-05 03:15:57 -04:00
parent bc4088bb2c
commit 094220303f
4 changed files with 8 additions and 7 deletions
+5 -4
View File
@@ -1,8 +1,9 @@
1. Overseer personality swapping. 1. Overseer personality swapping.
2. add faster way for admins to login, like an invisible button in top left or something 2. make google tts the default everywhere but roverd
3. add discord bot typing thing for when someone requests a replay 3. add faster way for admins to login, like an invisible button in top left or something
4. change replay title for ones requested from discord, something other than "requester driving rover" 4. add discord bot typing thing for when someone requests a replay
5. fix rover request spam queue cheat 5. change replay title for ones requested from discord, something other than "requester driving rover"
6. fix rover request spam queue cheat
# relative pipe dreams: # relative pipe dreams:
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -11,7 +11,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Roomba Rover" /> <meta name="apple-mobile-web-app-title" content="Roomba Rover" />
<title>Roomba Rover</title> <title>Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-CBy0XoKw.js"></script> <script type="module" crossorigin src="/assets/index-CXMfqWm7.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Cmi0595H.css"> <link rel="stylesheet" crossorigin href="/assets/index-Cmi0595H.css">
</head> </head>
<body> <body>
+1 -1
View File
@@ -232,7 +232,7 @@ export default function ChatPanel({
> >
<option value="flite">flite</option> <option value="flite">flite</option>
<option value="espeak">espeak</option> <option value="espeak">espeak</option>
<option value="chromegtts">Google TTS</option> <option value="chromegtts">Google TTS (Local!!)</option>
</select> </select>
{engine === 'flite' || engine === 'chromegtts' ? ( {engine === 'flite' || engine === 'chromegtts' ? (
<> <>