sources/classes/sox-hoaencode.lisp
@@ -1,4 +1,6 @@ ;Authors: A. Nguyen, 2025. ;Authors: ; A. Nguyen, 2025 ; M. Schumacher, 2025 ; Design limitations: ; 1) Sounds must have identical sample rate; otherwise, SoX fails silently, literally. @@ -184,7 +186,7 @@ (defmethod initialize-instance :after ((self sox-hoaencode) &rest l) (declare (ignore l)) (when (sound self) (sox-init-sound self 'list) (sox-init-sound self 'atom) ) )