tts-voice-creator-clone-and.../routes
mARTin-B78 01a2097c5e feat: add Native Speed control to Try it out and Read aloud
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>
2026-06-26 22:01:08 +02:00
..
__init__.py Security audit, modular refactor, and container-name field 2026-05-29 12:13:07 +02:00
admin.py Release v1.6.0: a11y (WCAG AA), i18n (DE), PWA, perf, tests, Cast UX 2026-06-03 14:23:35 +02:00
conversation.py Release v1.9.0 — Character Library + richer character sheets 2026-06-26 21:22:40 +02:00
docker.py Release v1.8.1 2026-06-25 18:48:42 +02:00
library.py chore: Commit all pending local changes 2026-06-22 14:59:37 +02:00
reader.py Release v1.8.1 2026-06-25 18:48:42 +02:00
settings.py Security audit, modular refactor, and container-name field 2026-05-29 12:13:07 +02:00
sources.py Improve voice workflows and add user manual 2026-06-04 08:23:18 +02:00
stt.py Release v1.8.1 2026-06-25 18:48:42 +02:00
tts.py feat: add Native Speed control to Try it out and Read aloud 2026-06-26 22:01:08 +02:00