Skip to content

ZeguangWu/WinWhisper

 
 

Repository files navigation

Whispering

WhisperingX

A fork from whispering

About

WhisperingX is a customized fork of the open-source Whispering project.

Customizations

  • Support press and hold to start and stop recording.
  • Add a pop up indicator on the screen while recording.
  • Add vocabulary setting.
  • Support use different shortcut for different languages.
  • Other UX adjustments.
  • Browser extension logic removed.

Build Executables with private key

  • Open a new powershell in projects root
  • type the following command: $env:TAURI_SIGNING_PRIVATE_KEY="Your private key" (env variables do not persist across terminals)
  • type: $env:TAURI_SIGNING_PRIVATE_KEY It should return your private key.
  • in the same powershell type: npm run tauri build.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 44.9%
  • TypeScript 43.4%
  • Rust 9.4%
  • Other 2.3%