Skip to content

Releases: VarSell/iAmDeaf

iAmDeaf 2.0.2

06 May 18:56
Compare
Choose a tag to compare

Might be broken, will fix when I have time. Please use 2.0.1.

AAXClean 0.4.2 update from 0.1.10 provides quite noticeable speed and memory improvements.

  • Added AAXClean.Codecs
  • Retrieving bytes from new hashes is now almost instantanious.
    A few bug fixes that have already been updated in the 2.0.1 release.
    [Note] Requires an internet connection for retrieving bytes if the new hash is not yet saved in the log.

iAmDeaf 2.0.1

23 Mar 19:38
Compare
Choose a tag to compare

Removed the need for rcrack, ffprobe.

[Note] Requires an internet connection for retrieving bytes if the new hash is not yet saved in the log.

iAmDeaf 2.0.0

05 Mar 09:03
Compare
Choose a tag to compare

[Requirements] .Net 6.0 runtime, x64 machine

  • Added support for Plus Catalogue (AAXC) online / offline download + decryption. Please read ReadMe for usage.

iAmDeaf 1.4.3

01 Mar 00:47
Compare
Choose a tag to compare

[Requirements] .Net 6.0 runtime, x64 machine

  • Fixed bug where long books had incorrect chapter markings.
  • Added option for M4B / MP3 splitting / encoding.
  • MP3 encoding uses Lavf CBR for single files, LAME V1/ABR for splitting by chapters. Quality targets the bitrate of the source file.

iAmDeaf 1.4.2

24 Feb 20:58
c7f5ebd
Compare
Choose a tag to compare
  • No longer uses Ffmpeg to decrypt/write from the .aax, opting for https://github.com/Mbucari/AAXClean using Naudio.Lame and Naudio.Core, with a massive performance in decryption/writing speeds.
  • More settings in config.json. "Output", however (is still in the process of finding a suitable mp3 encoder) is set to m4b, the only codec supported at the moment.
  • KeyHistory logs all past used decryption keys in pair with their checksum. Unlike inAudible, this method does not store in memory only the "last" used key. If the checksum has been decrypted before, you won't ever need to crack it again. (Assuming you don't manually wipe the log file.)
  • With the naming of temporary filenames (for chapter>cue converison) now set to the Process ID, it can batch decrypt due to the unique filenames not being overwritten by other instances. (providing the checksum is not yet in the log history, some errors might occur, if multiple books need to crack the checksum at once.)
  • Cue creation is massivley sped up

.Net 6.0 4mb executable by default withing the .7z archive.
Framework portable version down below as the 64mb .exe

iAmDeaf 1.4.1

05 Feb 18:45
Compare
Choose a tag to compare

Purpose: CLI ripper for AAX (Audible) files.
Usage: iAmDeaf <full_path_to_.aax>

Note: Exe within the .7z archive is framework dependant and targets .Net 6.0.
The self-contained [not framework dependant] exe can be found below, seperate from the archive. Replace within the iAmDeaf folder.