Simple dockerized Node.js web service for converting an AAX file into an MP3 file.
Install Docker, then run:
$ docker run -p 80:80 sebelino/aax-to-mp3
Then fire up http://localhost/ in your browser.
Select your AAX file and click Convert
. The whole conversion should take 5-10 minutes.
The MP3 file will be downloaded when processing is complete.
Install Docker, then build the image yourself:
$ git clone git@github.com:Sebelino/aax-to-mp3
$ cd aax-to-mp3
$ docker build -t sebelino/aax-to-mp3 .