-
-
Notifications
You must be signed in to change notification settings - Fork 154
Supported Audio Formats
Alexander Capehart edited this page Jan 22, 2025
·
42 revisions
This page provides the current state of audio format support in Auxio.
Format | Playable | Metadata | Notes |
---|---|---|---|
AIFF | No | No | More |
AAC | In container or standalone | In container or ID3 if standalone | Seeking is approximate (More) |
ALAC | Yes | In container | Uses FFMpeg |
APE | No | No | More |
ASF/WMA | No | No | More |
DSD/DSF | No | No | More |
FLAC | In container or standalone | In container or ID3 if standalone | Uses FFMpeg below Android 8.1 |
MKA | Containing supported formats | ? | |
MP1 / MP2 | No | No | More |
MP3 | Yes | ID3 | Seeking may be approximate (More) |
MP4/M4A | Containing supported formats | MP4 Atoms | See AAC |
Opus | In container | In container |
opus file extension will not be recognized below Android 10 (More) |
Vorbis | In container | In container | |
WAV | Yes | ID3 | |
WAVPack | No | No | More |
-
TXXX:replaygain_*_gain
: ID3v2 ReplayGain adjustments, formatted as(+/-) (Decibel Adjustment) dB
. -
replaygain_*_gain
: Vorbis ReplayGain comments, formatted as(+/-) (Decibel Adjustment) dB
. -
----:replaygain_*_gain
: MP4 ReplayGain atoms, formatted as(+/-) (Decibel Adjustment) dB
. -
r128_*_gain
: Relative OPUS-specific R128 gain, ReplayGain tags formatted as(+/-) (Decibel Adjustment x 256) dB
.- Note that OPUS files also have a "header gain" within their format that is also applied, in which the R128 tags are applied on top of. This base gain is applied by the system media codec, not Auxio.
It is highly recommended to use rsgain to tag ReplayGain information, as Auxio's ReplayGain functionality intends to conform with that tool as close as possible.