v0.7.5
AAC encoding support
This update introduces support for encoding audio to AAC (.m4a) files. Invoke gunloader
with --format aac
or --format m4a
- or specify aac
in the wizard -- to use this format.
Notes
- FFmpeg is used for this encoding procedure, with the native AAC encoder. This is to mitigate scenarios where
libfdk_aac
is not found. - Coverart is not embedded into the AAC files because FFmpeg doesn't seem to do it properly at the time of this commit. The alternative would be to use an additional dependency for the cover art.