fix(tts): Geräte-TTS fällt auf Server-Audio zurück, wenn keine Stimmen vorhanden
Linux-Desktop-Browser haben oft keine speechSynthesis-Stimmen -> "Im Gerät" blieb stumm (auto + Replay). deviceVoicesReady() prüft getVoices(); fehlen Stimmen, holt serverSpeakFallback() Audio via /api/speak (Server-Default, nie "device") und spielt es. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
7bac2952c5
commit
d39fc40e94
2 changed files with 35 additions and 5 deletions
|
|
@ -318,6 +318,6 @@
|
|||
<div id="status" class="w-full max-w-3xl mx-auto mt-1 min-h-[1rem] text-xs text-slate-500 dark:text-slate-400"></div>
|
||||
</footer>
|
||||
|
||||
<script src="/app.js?v=38"></script>
|
||||
<script src="/app.js?v=39"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue