|
|
bec8cbf269
|
feat: add VoicePrint tRPC router with service, ML engine, and storage modules
- Create voiceprint router with 7 protected procedures:
getEnrollments, createEnrollment, deleteEnrollment, analyzeAudio,
getAnalyses, getAnalysisResult, getJobStatus
- Create voiceprint service with core business logic:
enrollment CRUD, audio analysis pipeline, alert creation, batch jobs
- Create ML engine with placeholder implementations for
audio preprocessing, synthetic detection, voice matching, embedding
- Create storage module for audio file persistence on disk
- Add valibot schemas for input validation
- Wire voiceprint router into root tRPC router
- Add comprehensive unit tests (33 tests, all passing)
|
2026-05-25 16:28:43 -04:00 |
|