Welcome The Sun
""
Lesson
Live State
Content Inspector
Lesson DNA
Settings
Welcome
1
2
3
4
5
// Initialize homegrown TTS early so controls can use it (function(){ try { if (window.HomegrownTTSSystem && !window.tts) { window.tts = new window.HomegrownTTSSystem(); } } catch(e) { console.warn('TTS init failed', e); } })();