mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-07 20:50:04 +03:00
_Slightly_ slower
This commit is contained in:
parent
2210c44614
commit
94011d12ea
@ -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`.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user