Work-in-progress repo for ambisonics extensions for OM-SoX
Alexander Nguyen
10 hours ago ff1d9f1b689ebdea536530dfca6fbed5f0068f34
fix: corrected wrong formula
1 files modified
2 ■■■ changed files
sources/classes/sox-hoaencode.lisp 2 ●●● patch | view | raw | blame | history
sources/classes/sox-hoaencode.lisp
@@ -89,7 +89,7 @@
            (2 
                (ecase (abs degree)
                    (0 (- (/ (* 3 (expt (sin phi) 2)) 2) (/ 1 2)))
                    (1 (/ (* 3 (expt (sin phi) 2)) 2))
                    (1 (/ (* 3 (* (sin phi) 2)) 2))
                    (2 (* 3 (expt (cos phi) 2)))
                ))
            (3