You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Waveform tape (detail canvas + minimap + zoom) wired into the live PlayerBar, with a full round of owner-tested fixes: zoom icons, detail-canvas rendering, zoom range/direction, peak resolution, playhead smoothness, docked (non-overlay) layout, and session-persistent zoom/mode. See notes below.
Manual QA pass
Open
Final verification of fixed-but-pending behaviors.
Multilingual support plan
Open
Planning for voice/text language support.
Checklist
Library and Main UI
Add a list view to the Library main page.
Add sort options to the Library main page.
Fix Chapter Editor header crowding and toolbar ordering.
Remove duplicate "Preparing" indicator.
Keep Chapter Editor live queue state anchored to the active job instead of stale completed jobs.
Audio Player / Waveform Scrubber
Wire the waveform tape (detail canvas, minimap, zoom) into the live PlayerBar.
Fix global Prev/Next restarting a multi-segment audio block instead of navigating between blocks.
Compute waveform peaks lazily on first request and cache as a versioned <chapter>.peaks.json sidecar.
Fix zoom in/out buttons rendering as blank gray squares (hit-area vs. visible-glyph CSS conflict).
Fix the detail waveform canvas collapsing to zero height (tape-region sizing budget).
Fix the zoom slider only reaching a fraction of its presets (peak-density cap was unreachable at tight zoom).
Fix zoom in/out button direction and unreliable click registration.
Recolor the minimap's playhead line so it's visually distinct from the zoom-window selection edges.
Raise peak sidecar density (8 → 60 peaks/sec) so zoomed-in waveforms show real per-bar detail.
Scale rendered bar count to the zoom window's pixel width (both detail canvas and minimap), instead of a fixed low bar count.
Fix stationary/paged-mode playhead animating in visible steps instead of smoothly.
Persist zoom level and paged/moving mode across track changes within a session.
Fix Play button causing the waveform tape to visibly flicker/remount (stale audio.src reload bug).
Dock the player bar in normal page flow instead of overlaying/covering page content.
Replace zoom glyphs with proper magnifying-glass icons; move the auto-scroll toggle onto the zoom-controls row.
Phase 12: Polish and Cleanup Plan
Status
Work Board
Checklist
Library and Main UI
Audio Player / Waveform Scrubber
<chapter>.peaks.jsonsidecar.audio.srcreload bug).Plugin and Voice Management
Backend and Orchestration
check_outputinterface in plugin adapters.app/jobs/reconcile.pyto useengine.check_output(job).Documentation and Final Audit
ECONNRESETlogs.Deferred to Phase 13 / Post-v2.0
mixed.py->composite.py.