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.
2. add faster way for admins to login, like an invisible button in top left or something
3. add discord bot typing thing for when someone requests a replay
4. change replay title for ones requested from discord, something other than "requester driving rover"
5. fix rover request spam queue cheat
2. make google tts the default everywhere but roverd
3. add faster way for admins to login, like an invisible button in top left or something
4. add discord bot typing thing for when someone requests a replay
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:
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-title" content="Roomba Rover" />
<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">
</head>
<body>
+1 -1
View File
@@ -232,7 +232,7 @@ export default function ChatPanel({
>
<option value="flite">flite</option>
<option value="espeak">espeak</option>
<option value="chromegtts">Google TTS</option>
<option value="chromegtts">Google TTS (Local!!)</option>
</select>
{engine === 'flite' || engine === 'chromegtts' ? (
<>