mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
rename google tts to clarify that its local
This commit is contained in:
+5
-4
@@ -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
@@ -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>
|
||||
|
||||
@@ -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' ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user