diff --git a/src/lib/components/chat/Settings/Audio.svelte b/src/lib/components/chat/Settings/Audio.svelte index 38ed005da..a24a25ace 100644 --- a/src/lib/components/chat/Settings/Audio.svelte +++ b/src/lib/components/chat/Settings/Audio.svelte @@ -35,7 +35,6 @@ // Audio speed control let playbackRate = 1; - const speedOptions = [2, 1.75, 1.5, 1.25, 1, 0.75, 0.5]; const getVoices = async () => { if (TTSEngine === 'browser-kokoro') { @@ -270,15 +269,15 @@
{$i18n.t('Speech Playback Speed')}
-
- - {#each speedOptions as option} - - {/each} - + class=" text-sm text-right bg-transparent dark:text-gray-300 outline-hidden" + /> + x