
Make fast-scroller truncation more aggressive, mostly because on my new ROM it seems like display calculations become a little wonky and cause slight indicator cutoff. May as well add padding then so that indicators [and the thumb by extension] actually fit and won't get clipped.
20 lines
764 B
Markdown
20 lines
764 B
Markdown
# Supported Formats
|
|
|
|
Auxio is based off [ExoPlayer](https://exoplayer.dev/), which provides greater flexibility and consistency with how Auxio plays music.
|
|
|
|
Here are the music formats that Auxio supports, as per the [Supported ExoPlayer Formats](https://exoplayer.dev/supported-formats.html):
|
|
|
|
✅ = Supported
|
|
|
|
👎 = Not supported well
|
|
|
|
| Format | Supported | Comments |
|
|
|--------|-----------|-----------
|
|
| MP4 | ✅ | |
|
|
| MP3 | ✅ | |
|
|
| MKA | ✅ | |
|
|
| OGG | ✅ | Containing Vorbis, Opus, and FLAC |
|
|
| WAV | ✅ | |
|
|
| MPEG | ✅ | |
|
|
| AAC | ✅ | |
|
|
| FLAC | 👎 | Supported on Android 8.1 or newer. Auxio must be patched with the [FLAC Extension](https://github.com/google/ExoPlayer/tree/release-v2/extensions/flac) on lower versions. |
|