feat(dross): voice Phase 2b — clip retention (2.13.0)

'Keep voice clips' setting (default off). When on, /api/voice/transcribe
saves the audio (0600) to the owner-only ZFS subvol at /var/lib/void/
voice-clips (CT 311 mp0, replicated to Z3) + a voice_clips row (migration
029, transcript+metadata in void-db). New clips list/play/delete API +
Settings UI. Storage path is configurable (VOICE_CLIPS_DIR).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
root
2026-06-10 01:27:40 +10:00
parent bc55da6b1e
commit 70bdba1a24
8 changed files with 159 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "void-server",
"version": "2.12.1",
"version": "2.13.0",
"type": "module",
"private": true,
"scripts": {