From fc19db2315d6c342d066e6ff1e5d49e6824024ff Mon Sep 17 00:00:00 2001 From: Alain Bonardi Date: Mon, 10 Oct 2022 15:48:45 +0200 Subject: [PATCH] Fixed two errors in comments --- faustCodes/library/hoa2.lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faustCodes/library/hoa2.lib b/faustCodes/library/hoa2.lib index 8f043d10..131e86f1 100755 --- a/faustCodes/library/hoa2.lib +++ b/faustCodes/library/hoa2.lib @@ -762,7 +762,7 @@ with { // Where: // // * `N`: the ambisonic order (constant numerical expression) -// * `f0`: the maximum delay applied (in samples) +// * `f0`: the maximum frequency applied (in Hz) // * `fa`: decorrelation factor (between 0 and 1) // * `tf`: type of function of delay distribution (integer, between 0 and 21) //----------------------------- @@ -821,7 +821,7 @@ with { // Where: // // * `N`: the ambisonic order (constant numerical expression) -// * `f0`: the maximum delay applied (in samples) +// * `f0`: the maximum frequency applied (in Hz) // * `fa`: decorrelation factor (between 0 and 1) // * `tf`: type of function of delay distribution (integer, between 0 and 21) //-----------------------------