From 94011d12eaaf85e7b7d787a2a2c817a7a1e5e029 Mon Sep 17 00:00:00 2001 From: CDrummond Date: Sat, 15 Mar 2025 09:33:32 +0000 Subject: [PATCH] _Slightly_ slower --- README.md | 2 +- UserGuide.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6dabff7..4521ff7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ unless these libraries are statically linked in. `ffmpeg` whilst slower then `libavcodec` produces a more portable application. -`symphonia` also produced a more portable application, but is slower to decode +`symphonia` also produced a more portable application, but is slightly slower to decode files, and does not produce identical analysis results. Therefore, it is not advisable to mix files analysed with `ffmpeg` (any variant) and `symphonia`. diff --git a/UserGuide.md b/UserGuide.md index 724d2b3..c854538 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 -slower decoding speed and produces analysis results that are not the same as -those produced by `ffmpeg`/`libav`. +slightly slower decoding speed (than `libav`) and produces analysis results that +are not the same as those produced by `ffmpeg`/`libav`. Quick guide