github epicenter-os/epicenter v7.3.1
Whispering v7.3.1: Fixed FFmpeg Detection on Windows

latest release: v7.4.0
15 days ago

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

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!

Don't miss a new epicenter release

NewReleases is sending notifications on new releases.