_Slightly_ slower

This commit is contained in:
CDrummond 2025-03-15 09:33:32 +00:00
parent 2210c44614
commit 94011d12ea
2 changed files with 3 additions and 3 deletions

View File

@ -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`.

View File

@ -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