A fork from whispering
WhisperingX is a customized fork of the open-source Whispering project.
- 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.
- 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_KEYIt should return your private key. - in the same powershell type:
npm run tauri build.