diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-09-12 20:11:24 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-10-09 14:10:09 +0200 |
commit | 8f26ebde14132da9b2d19ff691f75850c99de6d3 (patch) | |
tree | 7e66e2d19d0ae9add3e17898d31e4e7675a9cad6 /doc/filters.texi | |
parent | 30d46094844cedaaf93e8007f6260b3f232946f3 (diff) | |
download | ffmpeg-8f26ebde14132da9b2d19ff691f75850c99de6d3.tar.gz |
avfilter: add audio signal to distortion ratio 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 c063316ed3..8b2e85d184 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2556,6 +2556,13 @@ noise removed from input signal. This filter supports the all above options as @ref{commands}. +@section asdr +Measure Audio 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 asetnsamples Set the number of samples per each output audio frame. |