From 086a0f3e5edee4d5f97c5759fbf5c893f58fb6e5 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 8 May 2023 22:23:35 +0200 Subject: avfilter/asrc_anoisesrc: improve velvet noise output --- doc/filters.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 284b6d798a..b965f05e60 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -7951,6 +7951,9 @@ Specify a value used to seed the PRNG. @item nb_samples, n Set the number of samples per each output frame, default is 1024. + +@item density +Set the density (0.0 - 1.0) for the velvet noise generator, default is 0.05. @end table @subsection Examples -- cgit v1.2.1