diff options
author | Minteck <contact@minteck.org> | 2022-06-14 15:01:09 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-14 15:01:09 +0200 |
commit | ee4f177ad9bf549c9d4763ded3334d93d4dd71ae (patch) | |
tree | 204be82b3f18ecda6b91b761c81459d903eba981 /README.md | |
parent | dcfb6ada53d66182e0cdebc836df6f7bc3386c12 (diff) | |
download | elac-ee4f177ad9bf549c9d4763ded3334d93d4dd71ae.tar.gz elac-ee4f177ad9bf549c9d4763ded3334d93d4dd71ae.tar.bz2 elac-ee4f177ad9bf549c9d4763ded3334d93d4dd71ae.zip |
README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c788f8 --- /dev/null +++ b/README.md @@ -0,0 +1,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.
\ No newline at end of file |