refac: audio tts voice list

This commit is contained in:
Timothy Jaeryang Baek 2025-04-14 00:20:51 -07:00
parent ceffac87b6
commit 403295600f

View File

@ -468,8 +468,7 @@
<option <option
value={voice.voiceURI} value={voice.voiceURI}
class="bg-gray-100 dark:bg-gray-700" class="bg-gray-100 dark:bg-gray-700"
selected={TTS_VOICE === voice.voiceURI} selected={TTS_VOICE === voice.voiceURI}>{voice.name}</option
>{voice.name.replace('+', ', ')}</option
> >
{/each} {/each}
</select> </select>