summaryrefslogtreecommitdiff
path: root/makima/src/server/state.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add conflict notification and file update WS endpointsoryu2025-12-231-1/+29
|
* Add Postgres for persistence and File cabinetsoryu2025-12-231-2/+12
| | | | Migrations are local only currently, and must be run manually by setting POSTGRES_CONNECTION_URI
* Add EOU detection and streaming diarizationsoryu2025-12-231-3/+9
|
* Remove TTS endpoint using chatterboxsoryu2025-12-231-7/+0
| | | | The library still remains, but this complicates deployment due to the large size of the model, so it is removed for now
* Implement makima listen websockets serversoryu2025-12-231-0/+50