From 00be6015f73fefc9fcf77d4d9d06e28e33ff9506 Mon Sep 17 00:00:00 2001 From: CDrummond Date: Sat, 15 Mar 2025 09:24:52 +0000 Subject: [PATCH] Symphonia is not actually that slow... --- README.md | 4 ++-- UserGuide.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ebff703..6dabff7 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ unless these libraries are statically linked in. `ffmpeg` whilst slower then `libavcodec` produces a more portable application. -`symphonia` also produced a more ortable application, but is *much* slower to decode +`symphonia` also produced a more portable application, but is slower to decode files, and does not produce identical analysis results. Therefore, it is not advisable -to mix files nalysed with `ffmpeg` (any varaint) and `sympnonia`. +to mix files analysed with `ffmpeg` (any variant) and `symphonia`. ## Build for 'ffmpeg' command-line usage diff --git a/UserGuide.md b/UserGuide.md index 3927f67..724d2b3 100644 --- a/UserGuide.md +++ b/UserGuide.md @@ -34,8 +34,8 @@ use any `ffmpeg` version. If the package used ended with `-symphonia` then `bliss-analyser` has been built with the `symphonia` libraries. This allows a more portable binary, but at a -*much* slower decdoding speed (and anlysis results are not the same as those -produced by `ffmpeg`/`libav`). +slower decoding speed and produces analysis results that are not the same as +those produced by `ffmpeg`/`libav`. Quick guide