faad2

ISO AAC audio decoder for converting AAC files to WAV format

brewmacoslinux
Try with needOr install directly
Source

About

ISO AAC audio decoder

Commands

faadfaad2

Examples

Decode an AAC file to WAV$ faad -o output.wav input.aac
Decode AAC file and output to stdout$ faad -o - input.aac > output.wav
Get information about an AAC file without decoding$ faad -i input.aac