tts-voice-creator-clone-and.../static/js
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
..
pdf Release v1.8.1 2026-06-25 18:48:42 +02:00
ai-backends.js Release v1.8.1 2026-06-25 18:48:42 +02:00
audiobook.js Preserve audiobook pagination when saving to Rehearser (v1.9.2) 2026-06-26 21:49:51 +02:00
benchmark-voice-picker.js Add searchable benchmark voice pickers 2026-06-05 15:44:13 +02:00
benchmark.js Enhance benchmark history metadata 2026-06-07 15:41:04 +02:00
character-sheets.js Fix character-sheet LLM URL + audiobook preview; Stage font controls (v1.9.1) 2026-06-26 21:44:30 +02:00
characters-library.js Release v1.9.0 — Character Library + richer character sheets 2026-06-26 21:22:40 +02:00
conversation.js Improve voice workflows and add user manual 2026-06-04 08:23:18 +02:00
engines.js Release v1.8.1 2026-06-25 18:48:42 +02:00
fishaudio-browser.js Release v1.6.0: a11y (WCAG AA), i18n (DE), PWA, perf, tests, Cast UX 2026-06-03 14:23:35 +02:00
generation.js feat: add Native Speed control to Try it out and Read aloud 2026-06-26 22:01:08 +02:00
i18n.js feat: Read Aloud reader, multi-voice audiobook casting, character sheets (v1.7.0) 2026-06-21 15:08:46 +02:00
init.js Security audit, modular refactor, and container-name field 2026-05-29 12:13:07 +02:00
integrations.js Add Script Rehearser; clean Connect Apps; About changelog; rework Try It Out 2026-05-31 20:09:59 +02:00
reader.js feat: add Native Speed control to Try it out and Read aloud 2026-06-26 22:01:08 +02:00
rehearser-parse.js Release v1.6.0: a11y (WCAG AA), i18n (DE), PWA, perf, tests, Cast UX 2026-06-03 14:23:35 +02:00
rehearser.js Fix character-sheet LLM URL + audiobook preview; Stage font controls (v1.9.1) 2026-06-26 21:44:30 +02:00
routing.js Release v1.6.0: a11y (WCAG AA), i18n (DE), PWA, perf, tests, Cast UX 2026-06-03 14:23:35 +02:00
seed-finder.js chore: Commit all pending local changes 2026-06-22 14:59:37 +02:00
settings.js Release v1.8.1 2026-06-25 18:48:42 +02:00
stt.js UX: faster load, skeleton fix, About cleanup, name hint, Connect Apps docs 2026-05-31 19:19:20 +02:00
tts-preview.js feat: add Native Speed control to Try it out and Read aloud 2026-06-26 22:01:08 +02:00
utils.js Improve app accessibility affordances 2026-06-05 22:08:13 +02:00
voice-clone.js Release v1.6.0: a11y (WCAG AA), i18n (DE), PWA, perf, tests, Cast UX 2026-06-03 14:23:35 +02:00
voice-inspector.js feat: use MDI silhouettes for avatars and add flag to compact meta row 2026-06-23 10:28:06 +02:00
voice-library.js style: reduce gap between stars in compact rating display 2026-06-23 10:40:48 +02:00
voice-picker.js Improve voice workflows and add user manual 2026-06-04 08:23:18 +02:00
voice-sources.js Release v1.6.0: a11y (WCAG AA), i18n (DE), PWA, perf, tests, Cast UX 2026-06-03 14:23:35 +02:00