aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-14 15:45:43 +0200
committerMinteck <contact@minteck.org>2022-06-14 15:45:43 +0200
commit4a0c0347b1096ad99d3326694fc0f5a64763235a (patch)
treed2d705cb2bb5b7769bc53102943d3a104eb1259b
parentd7fc6b0eccb2907d5ed11226323a9c93a90e6978 (diff)
downloadelac-4a0c0347b1096ad99d3326694fc0f5a64763235a.tar.gz
elac-4a0c0347b1096ad99d3326694fc0f5a64763235a.tar.bz2
elac-4a0c0347b1096ad99d3326694fc0f5a64763235a.zip
Update
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7c788f8..fa2df7d 100644
--- a/README.md
+++ b/README.md
@@ -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