Handy/src-tauri/src
pantafive ff8612297b
feat: add GigaAM v3 for Russian speech recognition (#913)
* feat: add GigaAM v3 model for Russian speech recognition

Add GigaAM v3 e2e_ctc as a new transcription engine using
transcribe-rs 0.2.7 gigaam feature. Russian speech recognition
with punctuation, Latin characters and digit support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: cargo fmt formatting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Keep the file name of the model download the same as the file on the
blob website.

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: CJ Pais <cj@cjpais.com>
2026-03-01 20:53:48 +07:00
..
audio_toolkit drain audio (#838) 2026-02-19 10:32:30 +08:00
commands feat: add models settings page with filtering and management (#478) 2026-02-08 12:18:22 +08:00
helpers WIP: Add tauri-specta for generating TS bindings (#322) 2025-11-27 17:07:22 +07:00
managers feat: add GigaAM v3 for Russian speech recognition (#913) 2026-03-01 20:53:48 +07:00
shortcut use blocking for handy keys (#881) 2026-02-23 11:18:47 +08:00
actions.rs feat: implement structured outputs for post-processing providers (#706) 2026-02-17 12:14:00 +08:00
apple_intelligence.rs feat: implement structured outputs for post-processing providers (#706) 2026-02-17 12:14:00 +08:00
audio_feedback.rs feat(audio): async play test sound (#375) 2025-11-27 17:46:41 +07:00
cli.rs feat: add CLI parameters for linux (#792) 2026-02-17 12:48:43 +08:00
clipboard.rs Add "external script" paste method (#638) 2026-02-19 17:07:16 +08:00
input.rs refactor enigo input (#441) 2025-12-12 16:33:49 +07:00
lib.rs [macOS] Fix tray icon disabled + start hidden causing app to become permanently invisible (#903) 2026-02-27 10:55:04 +08:00
llm_client.rs feat: implement structured outputs for post-processing providers (#706) 2026-02-17 12:14:00 +08:00
main.rs feat: add CLI parameters for linux (#792) 2026-02-17 12:48:43 +08:00
overlay.rs fix(linux): improve Wayland startup stability (#769) 2026-02-11 08:47:26 +08:00
settings.rs Add "external script" paste method (#638) 2026-02-19 17:07:16 +08:00
signal_handle.rs feat: add CLI parameters for linux (#792) 2026-02-17 12:48:43 +08:00
transcription_coordinator.rs fix: transcription lock-up race condition & add small debounce (#824) 2026-02-16 22:18:50 +08:00
tray.rs Add show tray icon setting (#667) 2026-02-10 10:39:35 +08:00
tray_i18n.rs fix(i18n): tray menu shows Simplified Chinese when Traditional Chinese is selected (#901) 2026-03-01 10:39:14 +07:00
utils.rs fix: transcription lock-up race condition & add small debounce (#824) 2026-02-16 22:18:50 +08:00