tts-voice-creator-clone-and.../static/js
mARTin-B78 868ce6a7bd feat: show page numbers on page-break markers in Script Rehearser
When a PDF audiobook is cast and saved to the Rehearser, page breaks now
carry the source PDF page number. In the Stage view each divider renders
as "— Page N —" instead of the generic "— Page break —".

Implementation:
- audiobook.js: `audiobookBuildScript()` encodes the page number in the
  form-feed line (\fN instead of bare \f) at each page boundary.
- rehearser-parse.js: `parseScript()` now matches `line.startsWith('\f')`
  and extracts the trailing page number into `line.page`.
- rehearser.js: `buildScriptPage()` renders "— Page N —" when `line.page`
  is set; `toScript()` round-trips the number back (\fN) so it survives
  save/reload; `importPDFScript()` also encodes page numbers (\f<pageIdx+1>)
  when importing screenplay PDFs directly.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 22:09:32 +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 feat: show page numbers on page-break markers in Script Rehearser 2026-06-26 22:09:32 +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 feat: show page numbers on page-break markers in Script Rehearser 2026-06-26 22:09:32 +02:00
rehearser.js feat: show page numbers on page-break markers in Script Rehearser 2026-06-26 22:09:32 +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