A SayMore-compatible audio annotation SPA — Manual Segmenter, Auto Segmenter, and the Transcription / Free-Translation grid.
- Get the latest release on the github page.
- In lameta, choose
File: Plugins:
vp install # install dependencies
vp dev # a hot-reloaded simulation in a browser tab
vp build # production build (Vite + Rolldown) → dist/
vp build:watch # keep `dist/` up to date. Use with lameta's Developer mode for plugins where it watches a folder.
vp test # Vitest (node env by default; component specs opt into happy-dom)
vp check # format (Oxfmt) + lint & type-check (Oxlint) — run before committing