audible-cli icon indicating copy to clipboard operation
audible-cli copied to clipboard

Its possible to play aaxc files without aax2mp3?

Open tdguchi opened this issue 3 years ago • 2 comments

Not exactly an issue maybe a question...

the aaxc files, could be played as is? something like aax2mp3 but "on the go"

thanks.

tdguchi avatar Oct 01 '22 19:10 tdguchi

aax and aaxc files are encrypted containers which contains the audio, metadata and cover. They have to be decrypted before they can be played. This can be done with aax2mp3, ffmpeg or other tools. Maybe you can try to pipe the decrypted ffmpeg output to a software player.

mkb79 avatar Oct 01 '22 20:10 mkb79

yeah, i made it, using key/iv pair, now i only need to extract every pair when playing

tdguchi avatar Oct 01 '22 20:10 tdguchi