LiveTL / LiveTL

Get live translations for YouTube streams, crowdsourced from multilingual viewers!

Home Page:https://livetl.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read aloud mode doesn't work without captions

r2dev2 opened this issue · comments

Right now, read aloud mode is done via checkAndSpeak(captionText = text) in src/components/Captions.svelte. The captionText variable should be refactored out into a readable store where it checks and speaks either in the store or in an imported module.