lordmulder / LameXP

Audio Encoder Front-End
http://lordmulder.github.io/LameXP
Other
186 stars 18 forks source link

Is there a 64-bit version and/or a portable version? #121

Closed DOSforever closed 3 months ago

DOSforever commented 3 months ago

And it supports Windows from Windows XP 64-bit onwards?

lordmulder commented 3 months ago

The "main" (GUI) program is 32-Bit. There's no benefit (but a whole lot of work!) in providing a 64-Bit version of the GUI 😏

The actual encoder/deocder binaries are provided in various versions, incldung "64-Bit" and "64-Bit + AVX2" version: https://github.com/lordmulder/LameXP/tree/master/res/tools

The GUI automatically selects the "best" encoder/deocder binary that is supported by the respective CPU (and OS), at runtime.


As for your other question, please see:
https://lamexp.sourceforge.net/doc/Manual.html#portable-mode

DOSforever commented 3 months ago

Thanks for the answer