From 79151350650b58232a1db7c2b1359993575544ff Mon Sep 17 00:00:00 2001 From: Alexander Nguyen <alexander.nguyen@stud.hfm-karlsruhe.de> Date: Sat, 25 Jan 2025 19:01:40 +0100 Subject: [PATCH] First implementation --- sources/classes/sox-input.lisp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sources/classes/sox-input.lisp b/sources/classes/sox-input.lisp index d14d93a..27e4e9b 100644 --- a/sources/classes/sox-input.lisp +++ b/sources/classes/sox-input.lisp @@ -31,6 +31,8 @@ (defparameter *sox-dur-doc* "Duration of output audio (sec). [float]") (defparameter *sox-input-doc* "Audio input for sox input modules. [sound object, pathname, string/pipe]") (defparameter *sox-gain-doc* "Gain value for audio input before processing (dBFS). [float, list]") +(defparameter *sox-hoaencode-positions-doc* "Positions as 3dc object, or list of azimuth+elevation values, or list of x+y+z coordinates. [3dc, list]") +(defparameter *sox-hoaencode-order-doc* "Ambisonics order. [int]") (defparameter *sox-panning-doc* "Panning value (decimal number) for panning audio between adjacent channels. [float, list]") (defparameter *sox-channel-matrix-doc* "Specify input channels as a list of lists (matrix). Each sublist contains the contributing input channels for an output channel. [list]") ;*sox-in-channels-doc* -- Gitblit v1.9.1