DanielSWolf / rhubarb-lip-sync

Rhubarb Lip Sync is a command-line tool that automatically creates 2D mouth animation from voice recordings. You can use it for characters in computer games, in animated cartoons, or in any other project that requires animating mouths based on existing recordings.
Other
1.71k stars 208 forks source link

Change Windows build from 32 to 64 bit #98

Closed DanielSWolf closed 3 years ago

DanielSWolf commented 3 years ago

The rhubarb.exe binary built for Windows is still a 32-bit file. This makes little sense because there are hardly any 32-bit Windows installations any more. What's more, under certain conditions (long audio segments without pauses) Rhubarb may attempt to allocate more than the 2 GB of memory available to 32-bit processes, crashing the application.

The published binary for Windows should be 64 bit, just like the binaries for macOS and Linux.