aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat(unreal): switch dmvop integration from TCP client to subprocessHEADmaster魏曹先生2026-07-024-157/+114
| | | | launch
* refactor(unreal): migrate socket I/O to FRunnable worker thread魏曹先生2026-06-222-66/+237
|
* fix(build): copy plugin skeleton files during build魏曹先生2026-06-221-2/+11
|
* feat(manager): implement GUI dashboard with config management魏曹先生2026-06-2210-27/+936
|
* feat: add GUI manager and integrate into build pipeline魏曹先生2026-06-2213-1/+177
|
* feat(unreal): add usage screenshot魏曹先生2026-06-221-0/+0
|
* fix(dmvopbridge): fix unsafe socket cleanup and thread lifecycle魏曹先生2026-06-222-14/+21
|
* fix(config): make config values fully override CLI arguments魏曹先生2026-06-221-25/+10
|
* feat(config): update default format for game engines魏曹先生2026-06-221-1/+7
|
* feat(unreal): add DMVOP TCP client plugin for Unreal Engine魏曹先生2026-06-229-0/+269
|
* fix(examples): update device flag to auto魏曹先生2026-06-221-2/+2
|
* feat: embed Windows icon and add build resources0.1.0-release魏曹先生2026-06-227-11/+133
|
* feat: add Windows build script and ignore build directory魏曹先生2026-06-222-0/+80
|
* Update dmvop.toml魏曹先生2026-06-222-13/+7
|
* feat: add cpal-based auto device detection and configuration魏曹先生2026-06-227-31/+649
|
* feat: add TOML config file support with CLI fallback魏曹先生2026-06-215-9/+169
|
* feat(cli): add --models-dir option for custom model path魏曹先生2026-06-215-33/+61
|
* feat: replace `--pinyin` flag with generic `--post="+pinyin"` option魏曹先生2026-06-218-15/+115
|
* feat(unity): add DMVOPListener for real-time voice input via TCP魏曹先生2026-06-201-0/+146
|
* feat: add pinyin conversion for Chinese output魏曹先生2026-06-205-5/+30
|
* feat: add instant mode for near-real-time output0.1.0魏曹先生2026-06-203-0/+17
|
* feat: add custom help message and fix clap help conflict魏曹先生2026-06-205-16/+59
| | | | | | | Disable clap's built-in help flag and reroute `-h`/`--help` to print an embedded help text from `help.txt`. Use `try_parse` to avoid clap's default exit on parse failure, allowing custom error output.
* feat: add verbose mode and update vtx-engine dependency魏曹先生2026-06-203-12/+18
| | | | | | | - Enable whisper.cpp C library logs when verbose flag is set - Replace direct eprintln usage with debug_log macro for non-error messages - Update vtx-engine dependency to latest commit
* feat: implement core capture engine with CLI and output protocols魏曹先生2026-06-2011-55/+928
|
* Add output protocol trait and implementations魏曹先生2026-06-208-0/+137
|
* chore: scaffold initial Rust project with Cargo and CLI structure魏曹先生2026-06-207-0/+3300