Fmpeg detection should now work properly on Windows! This was a frustrating issue where Windows users would install FFmpeg, but Whispering still couldn't find it.
The problem was twofold: we were using sh -c
commands (which don't exist on Windows) and hitting a known Rust bug where Windows GUI apps don't properly inherit PATH environment variables. Both issues are hopefully fixed in #686 . Fixes #674
Windows users should be able to install FFmpeg and have it detected immediately without needing to restart their computer.
What's Changed
- fix(ffmpeg): improve Windows FFmpeg detection and PATH handling by @braden-w in #686
- fix/settings-layout-shift by @thisisharsh7 in #650
- Feat/support xai and gsk keys by @thisisharsh7 in #683
Full Changelog: v7.3.0...v7.3.1
Questions? Join our Discord or check the documentation.
Love Whispering? Star us on GitHub to show your support!