add roomWidth arg to reverb, update reverb docs
This commit is contained in:
parent
87556c5b7e
commit
2151afb115
3 changed files with 15 additions and 4 deletions
|
@ -336,6 +336,7 @@ pub const Runner = struct {
|
|||
const pos = try cmd.consumePosition();
|
||||
|
||||
try cmd.appendParam(¶ms, "roomLength");
|
||||
try cmd.appendParam(¶ms, "roomWidth");
|
||||
try cmd.appendParam(¶ms, "roomHeight");
|
||||
try cmd.appendParam(¶ms, "sourceLR");
|
||||
try cmd.appendParam(¶ms, "sourceFB");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue