diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-08-13 04:19:08 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-08-14 11:19:56 +0200 |
commit | e41d52216cfe3537d7eadca863fb25838edd18c6 (patch) | |
tree | 6b5780345f8a8f892e095d0ceb4d19f419961d7b /doc/filters.texi | |
parent | 951def850abe9dc77311e5afd4b581defa1575bb (diff) | |
download | ffmpeg-e41d52216cfe3537d7eadca863fb25838edd18c6.tar.gz |
avfilter: add asisdr filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 5d1f10f95d..cac1ee4381 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3141,6 +3141,13 @@ audio, the data is treated as if all the planes were concatenated. A list of Adler-32 checksums for each data plane. @end table +@section asisdr +Measure Audio Scaled-Invariant Signal-to-Distortion Ratio. + +This filter takes two audio streams for input, and outputs first +audio stream. +Results are in dB per channel at end of either input. + @section asoftclip Apply audio soft clipping. |