From e54b61a9ce19aa532e176869e8fcfc955dca6222 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 14 Dec 2016 22:48:53 +0100 Subject: doc/filters: fix channel names in sofalizer example Signed-off-by: Paul B Mahol --- doc/filters.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 06ca2e03b7..51db7f971a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3511,10 +3511,10 @@ sofalizer=sofa=/path/to/ClubFritz12.sofa:type=freq:radius=2:rotation=5 @end example @item -Similar as above but with custom speaker positions for front left, front right, rear left and rear right +Similar as above but with custom speaker positions for front left, front right, back left and back right and also with custom gain: @example -"sofalizer=sofa=/path/to/ClubFritz6.sofa:type=freq:radius=2:speakers=FL 45|FR 315|RL 135|RR 225:gain=28" +"sofalizer=sofa=/path/to/ClubFritz6.sofa:type=freq:radius=2:speakers=FL 45|FR 315|BL 135|BR 225:gain=28" @end example @end itemize -- cgit v1.2.3