feat: Auto-save voice recordings for model training
- Add /api/recordings endpoint with full CRUD operations - Create voice_recordings SQLite table for metadata - Save audio files to server/recordings/ as .webm - Store transcription, duration, microphone name, file size - Auto-save on each Whisper recording completion
This commit is contained in:
@@ -11,3 +11,6 @@ export const MAX_BUFFER_LINES = 1000
|
||||
|
||||
// Database
|
||||
export const DB_PATH = 'agent-ui.db'
|
||||
|
||||
// Recordings
|
||||
export const RECORDINGS_DIR = 'recordings'
|
||||
|
||||
Reference in New Issue
Block a user