| | |
| | | (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* |