Commit graph

70 commits

Author SHA1 Message Date
CJ Pais
21e96083df add ui toggle back 2025-07-11 18:19:26 -07:00
segudev
c3aa2d7c1b Add "Translate to English" setting: Introduced a new setting to enable automatic translation of speech to English. Updated relevant components, settings modules, and transcription logic to support this feature. Adjusted accessibility permission calls for consistency. 2025-07-11 18:19:15 -07:00
CJ Pais
dc90edadb1 Add hysteresis to VAD. 2025-07-11 15:40:47 -07:00
CJ Pais
c23befd98a big refactor of settings + switch audio devices 2025-07-10 21:10:46 -07:00
CJ Pais
59541b8ec4 move audio toolkit into src-tauri to fix permissions 2025-07-10 12:38:06 -07:00
CJ Pais
a60cf57874 use new backend 2025-07-10 11:59:05 -07:00
CJ Pais
78ec8e8918 use unquantized version of whisper turbo, and change whisper medium
quant to 4_1
2025-07-03 14:14:07 -07:00
CJ Pais
6354e14194 remove 50ms delay feature flag for windows, it's needed on linux too, so
just alway do it.
2025-07-02 14:05:22 -07:00
CJ Pais
6c81bb7408 ctrl+space binding for windows 2025-07-01 15:40:30 -07:00
CJ Pais
ad3ca2c0c6 fix windows paste bug. 2025-07-01 15:35:12 -07:00
CJ Pais
0805442bf2 fix not loading model on start if available 2025-07-01 14:57:02 -07:00
CJ Pais
64046ee17b fix windows crash 2025-07-01 14:56:48 -07:00
CJ Pais
a479ae3625 make vad less permissive 2025-06-30 15:58:13 -07:00
CJ Pais
6ad9534ab7 activate the microphone on demand 2025-06-30 15:18:59 -07:00
CJ Pais
2ab3f2ce98 tweak language 2025-06-30 14:43:34 -07:00
CJ Pais
9036c05088 initial working version of multiple models + cleanup and onboarding 2025-06-30 14:27:21 -07:00
CJ Pais
528bfc24e1 Different start and stop sounds. 2025-06-27 12:54:34 -07:00
CJ Pais
ab79f77747 sample rec sound 2025-06-27 12:54:29 -07:00
CJ Pais
80f2c72847 fix update? 2025-06-27 12:27:01 -07:00
CJ Pais
ca97353f21 use enigo paste 2025-06-26 15:51:48 -07:00
CJ Pais
fabb1f8760 add footer with the curr version 2025-06-26 14:03:40 -07:00
CJ Pais
fff8be3a96 better menu 2025-06-26 13:53:17 -07:00
CJ Pais
898a0120b8 auto update code + revised menu 2025-06-26 13:50:11 -07:00
CJ Pais
428e515129 Set language to auto. 2025-06-17 20:56:53 -07:00
CJ Pais
29aaba654c Clean up Linux build. 2025-05-16 10:32:25 -07:00
CJ Pais
6e8128defd remove some debug logging, plus some general minor cleanup 2025-05-16 09:06:46 -07:00
CJ Pais
4bab3f11a9 fix short words being thrown out 2025-05-15 15:48:22 -07:00
CJ Pais
012ab26aa4 remove unused import 2025-05-15 15:18:02 -07:00
CJ Pais
1e976d62b1 auto start stuff? 2025-05-15 15:14:27 -07:00
CJ Pais
cc4b057993 basically label option nicely on macOS as well as fix command not being sent properly. 2025-05-15 13:42:31 -07:00
CJ Pais
5735b83cd2 Merge branch 'main' of https://github.com/cjpais/handy-app 2025-05-15 13:21:52 -07:00
CJ Pais
821e12bdf6 handle app close uniformly xplatform 2025-05-15 13:20:54 -07:00
CJ Pais
e307da8544 fix bugs on linux (mix two channels down to 1, build with vulkan) 2025-05-15 13:00:16 -07:00
CJ Pais
e7cdecf7f0 clean up code a bit 2025-05-14 17:22:37 -07:00
CJ Pais
ef607db260 fix Windows build? 2025-05-13 14:15:41 -07:00
CJ Pais
113edbab5c theoretically have different sample formats working as expected. 2025-05-13 13:31:51 -07:00
CJ Pais
4f6d5853b5 Don't try to paste blank text. 2025-05-13 13:31:24 -07:00
CJ Pais
3e4cf2ef24 Fix the window being hidden on macOS when clicking Settings. 2025-05-13 12:59:27 -07:00
CJ Pais
b8079b5c68 Release key with longer delay. 2025-05-13 12:58:23 -07:00
CJ Pais
cff0969b36 add Jon's feature. 2025-05-12 14:09:47 -07:00
CJ Pais
b5eb5b0431 some cleanup 2025-05-12 12:22:46 -07:00
CJ Pais
6183c87aee who knows 2025-05-09 16:07:36 -07:00
CJ Pais
f8c5875fa8 refactored actions. 2025-05-09 12:12:44 -07:00
CJ Pais
5043033881 really basic actions 2025-05-09 12:05:43 -07:00
CJ Pais
5fc55cfcb3 icon update + color tray when recording 2025-05-09 11:46:06 -07:00
CJ Pais
b58b65dabc most basic working being able to change key bindings. 2025-05-08 17:19:23 -07:00
CJ Pais
9b5f1c5a04 ugly but working unified settings store. 2025-05-08 16:43:51 -07:00
CJ Pais
5bddf49f88 most basic side of Rust being able to change the key binding. 2025-05-07 16:24:20 -07:00
CJ Pais
d36ddfd61c some opt + load directly from a store 2025-05-07 13:14:31 -07:00
CJ Pais
cbd6a49181 start cleaning up our lib 2025-05-07 09:41:54 -07:00