audiamus / AaxAudioConverter

Convert Audible aax files to mp3 and m4a/m4b
GNU General Public License v3.0
1.51k stars 115 forks source link

Add support for the arm version of Windows #204

Closed bergje4 closed 8 months ago

bergje4 commented 8 months ago

I would like to run the installer & software on the arm version of Windows. Currently it is not possible to install the software on arm Windows.

audiamus commented 8 months ago

As I don't have a Windows ARM system and don't plan for one, I am not able to test this. And I have no idea whether the app would work or not, particularly as it uses some lower level Win32 API calls. But you can try yourself. It's Open Source and the Visual Studio project files are included.

tinyapps commented 6 months ago

@bergje4: You can simply unpack AaxAudioConverter-1.18.2-Setup.exe via Daniel Scharrer's innoextract and run AaxAudioConverter.exe on ARM hardware.

audiamus commented 6 months ago

Thanks for sharing this info.