From 4a0c0347b1096ad99d3326694fc0f5a64763235a Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 14 Jun 2022 15:45:43 +0200 Subject: Update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit