Commit 12761903 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

disable quantization of ROM tables

parent db3de200
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@
#ifdef FIX_POINT_HRTF_FILE_FORMAT
/*#define FIX_1123_CREND_16BIT_ROM*/                    /* Ora: update CREND ROM tables to 16 bit */
#define FIX_1123_CREND_16BIT_FMT                        /* Ora: update CREND binary file format to 16 bit */
#define FIX_1123_CREND_FLTFX_BE                         /* Ora: make CREND FLT ROM tables BE to FX file */
/*#define FIX_1123_CREND_FLTFX_BE*/                     /* Ora: make CREND FLT ROM tables BE to FX file */
/*#define FIX_1123_TDREN_16BIT_ROM*/                    /* Eri,Ora: update TD Object Renderer tables to 16 bit */
/*#define FIX_1123_FASTCONV_16BIT_ROM*/                 /* FhG: issue 1123: update FastConv ROM tables to 16 bit (must regenerate ROM file!) */
#define FIX_1123_FASTCONV_16BIT_FMT                     /* FhG: issue 1123: update FastConv binary file format and scripts to 16 bit */
+10386 −10386

File changed.

Preview size limit exceeded, changes collapsed.

+45831 −45831

File changed.

Preview size limit exceeded, changes collapsed.

+6524 −6524

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ if ~exist("writeBinaryOutput",'var')
    writeBinaryOutput = true;
end
if ~exist("makeFxFltBE",'var')
    makeFxFltBE = true;
    makeFxFltBE = false;
end
if ~exist("generateCustomBinaryFile",'var')
    generateCustomBinaryFile = false;
Loading