Skip to content

fix: avoid Windows delay in voice settings#199

Open
tokito-99 wants to merge 1 commit into
andrewyng:mainfrom
tokito-99:fix/163-windows-voice-settings-delay
Open

fix: avoid Windows delay in voice settings#199
tokito-99 wants to merge 1 commit into
andrewyng:mainfrom
tokito-99:fix/163-windows-voice-settings-delay

Conversation

@tokito-99

Copy link
Copy Markdown

Summary

  • Replaces the synchronous cmd /C ver process with an in-process Windows version query.
  • Prevents the Tauri event loop from blocking when switching from Voice Input to Models.
  • Adds regression tests for Windows compatibility detection.

Testing

  • cargo fmt --check
  • cargo test --manifest-path surfaces/gui/src-tauri/Cargo.toml voice_input_compatibility_tests
  • cargo check --manifest-path surfaces/gui/src-tauri/Cargo.toml
  • Manually verified on Windows that switching from Voice Input to Models no longer pauses.

Closes #163

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

On the Windows platform, there will be a 2-3 second delay when switching from the set voice to the model configuration.

1 participant