summaryrefslogtreecommitdiffstats
path: root/ui/src
Commit message (Collapse)AuthorAge
* More polishyum2025-05-30
| | | | | | | | | | - Filters actually get applied now, huge accuracy boost - Use silero-vad python library instead of rolling our own - Expose prompt parameter - Auto setup venv on launch - Clean up python output - Auto acquire all dependencies on launch - Add icon
* More UI workyum2025-05-29
| | | | | | | | | | 1. main STT app works in new project structure 2. UI dumps mics on startup to populate mic list 3. add missing deps (hf-xet, wave) 4. normalize audio volume when transcribing. Probably still wrong tbqh. 5. add checkbox to save audio segments & improve logic so only segments with speech get saved. 6. add default config settings
* Begin roughing out STT UIyum2025-05-29
| | | | HEAVILY VIBE CODED!
* Add basic electron+tailwind hello worldyum2025-05-29