csaroff / aa2mp3

Convert Audible .aa files to mp3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aa2mp3

This small program converts Audible .aa (and .aax?) files to MP3.

Tested on Linux, should work elsewhere with small modifications.

Dependencies

  • Wine
  • mingw32 cross compiler
  • libav (for avconv)
  • AudibleManager (running under wine). You must log in once through AudibleManager, either by 'Activate' or via the 'Podcast' section.

Setup

  • Copy the AAXSDKWin.dll file from the AudibleManager directory (under ~/.wine/drive_c) into this directory
  • Run make

Usage

./aa2mp3.sh in.aa out.mp3

About

Convert Audible .aa files to mp3


Languages

Language:C 70.6%Language:Shell 22.9%Language:Makefile 6.4%