Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 3.08 KB

README.md

File metadata and controls

51 lines (38 loc) · 3.08 KB

AudiobookHub

Software resources for audiobook management. Especially Audible-centric, including organization and removing DRM from Audible files

Guides

Audible APIs

Interfaces for internal Audible API

Backup, decrypt, convert, organize

  • Libation: audible audiobook manager. Download, decrypt, organize, search, and tag. Open-source. Windows only
  • inAudible: remove Audible DRM, edit files, and convert files. Installers available
  • AAX Audio Converter: Convert Audible aax files to mp3 and m4a
  • OpenAudible: cross-platform audible audiobook manager ($12 shareware)
  • OSAC: Open Source Audible Converter. Convert audible's proprietary AAX audio files to MP3, AAC/M4B, or FLAC
  • AAXtoMP3: Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS

Scripts to make audible's site more usable

DRM Removal

Behind the scenes, most if not all resources below use these for their heavy lifting (although they aren't the easiest to use directly)

  • FFmpeg: A complete, cross-platform solution to record, convert and stream audio and video. Includes the ability to use your activation data to strip DRM from .aax files
  • audible-activator: Retrieves your activation data (activation_bytes) from Audible servers
  • audible-tools.github.io: free service which resolves audible activation bytes. Nuget pkg. How to use