-
Notifications
You must be signed in to change notification settings - Fork 283
Description
Thanks for the great open-source project, it's really helpful.
While running on Windows, the processing seems faster than on the Linux platform. I tested it on a Windows machine with an i9 14th Gen 3.1GHz CPU and on a Linux machine on GCP with a c3-highcpu-22 instance featuring a Xeon 4th Gen 2.2GHz CPU. Considering the CPU specs, it's expected to be slower on the Linux machine. However, I also tried running it on the WSL installation of the Windows machine, and there it took almost 1.5 times longer than the native Windows process.
I tested it post building from source, it is faster than running the binary release but still slower than the windows process.
Windows process (Binary release)- 2.3 sec
Linux with binary release- 8.9 sec
Linux with build from source-3.9 sec for the same .wav audio file.
So, can you please comment on whether it's by design or due to some internal architecture that it runs slower on Linux platforms compared to Windows? Or am I missing something here?