Go to the documentation of this file.
25 #ifndef CSL_BINAURAL_H
26 #define CSL_BINAURAL_H
31 #define SUM_DOWNS 1 // scale # blocks to sum (16 / SUM_DOWNS)
32 #define FFT_DOWNS 2 // scale IFFT len (FFT_DOWNS * blockSize)
33 #define LEN_DOWNS 1 // scale sum len (513 / LEN_DOWNS)
35 #define SUM_DOWNS 1 // scale # blocks to sum (16 / SUM_DOWNS)
36 #define FFT_DOWNS 2 // scale IFFT len (FFT_DOWNS * blockSize)
37 #define LEN_DOWNS 1 // scale sum len (513 / LEN_DOWNS)
42 class BinauralSourceCache;