diff options
author | Minteck <contact@minteck.org> | 2022-06-14 15:45:43 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-14 15:45:43 +0200 |
commit | 4a0c0347b1096ad99d3326694fc0f5a64763235a (patch) | |
tree | d2d705cb2bb5b7769bc53102943d3a104eb1259b | |
parent | d7fc6b0eccb2907d5ed11226323a9c93a90e6978 (diff) | |
download | elac-4a0c0347b1096ad99d3326694fc0f5a64763235a.tar.gz elac-4a0c0347b1096ad99d3326694fc0f5a64763235a.tar.bz2 elac-4a0c0347b1096ad99d3326694fc0f5a64763235a.zip |
Update
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ # Equestria Lossless Audio Codec An entirely open-source lightweight lossless audio codec/container. +> WebKit/Safari doesn't support playing audio from a Blob, a required feature to play ELAC files in a browser; therefore playing ELAC files in Safari is not supported. + ## Why use ELAC? * ELAC is free, libre and open-source software * It is lighter than FLAC, WAV, or MP3 with the same quality @@ -10,6 +12,6 @@ An entirely open-source lightweight lossless audio codec/container. ## 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)**. +ELAC-PL (Physical Lossless) files are created when a lossless file is given to `elac-encode` (e.g. WAV, FLAC, ...). Both ELAC-EL and ELAC-PL usually have smaller size than the original files.
\ No newline at end of file |