Exposes the `speed` parameter (0.5–2.0) on the TTS `/v1/audio/speech` request so audio is generated at the target tempo natively via the faster-qwen3-tts backend rather than post-processing. - Backend: `/api/tts-preview` now extracts and forwards a `speed` override (clamped 0.1–4.0) through the same extra-params mechanism already used for seed/temperature; backends that reject it fall back cleanly via `_post_tts_with_fallback`. - Try it out: "Native Speed" number input (0.5–2, step 0.05) added to the text card; value persists in localStorage per browser; passed as `extra` through `createTtsAudioSource` and `generateChunkedTts`. - Read aloud: "Native Speed" control added to the generation controls row alongside seed/temperature; included in `readerGenParams()` and saved/restored with library documents (each book tracks its own speed). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin.py | ||
| conversation.py | ||
| docker.py | ||
| library.py | ||
| reader.py | ||
| settings.py | ||
| sources.py | ||
| stt.py | ||
| tts.py | ||