blob: 7c788f89cb1891c2b9a4dd63144533b8f739ecb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Equestria Lossless Audio Codec
An entirely open-source lightweight lossless audio codec/container.
## Why use ELAC?
* ELAC is free, libre and open-source software
* It is lighter than FLAC, WAV, or MP3 with the same quality
* A single file can contain multiple tracks that will be played after each other (if using a supported player, e.g. `elac-play`)
* ELAC keeps all metadata from your original file (except album art)
## ELAC-EL vs ELAC-PL
ELAC-EL (Emulated Lossless) files are created when a non-lossless file is given to `elac-encode` (e.g. MP3, OGG, ...), they usually have small file size and are playable everywhere.
ELAC-PL (Physical Lossless) files are created when a lossless file is given to `elac-encode` (e.g. WAV, FLAC, ...), **they are not playable on WebKit-based browsers (such as Safari)**.
Both ELAC-EL and ELAC-PL usually have smaller size than the original files.
|