Commit 843d4f4f authored by Jan Brouwer's avatar Jan Brouwer
Browse files

rename render configuration file option "reverbFile" to "binaryConfig"

parent aaa76bb3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2391,7 +2391,7 @@ ivas_error RenderConfigReader_read(
                }
            }
#endif
            else if ( strcmp( chapter, "GENERAL" ) == 0 && strlen( pParams ) != 0 )
            else if ( strcmp( chapter, "GENERAL" ) == 0 )
            {
                params_idx = 0;
                pValue = (char *) calloc( strlen( pParams ), sizeof( char ) );
@@ -2406,7 +2406,7 @@ ivas_error RenderConfigReader_read(
                    fprintf( stderr, "        PARAM: %s -> %s\n", item, pValue );
#endif
#ifdef CONTROL_METADATA_REVERB
                    if ( strcmp( item, "REVERBFILE" ) == 0 )
                    if ( strcmp( item, "BINARYCONFIG" ) == 0 )
                    {
                        /* get correct case reverb configuration file path */
                        sscanf( pTemp + params_idx, "%*[^=] = %[^;];", pValue );
+1 −1
Original line number Diff line number Diff line
@@ -28,4 +28,4 @@ dsr = [0.00019952621, 0.00019952621, 7.9432844e-05, 5.0118702e-05, 7.943284e-06
        3.1622776e-07];

[general]
reverbFile = rend_config_hospital_patientroom.dat;
binaryConfig = rend_config_hospital_patientroom.dat;
+1 −1
Original line number Diff line number Diff line
@@ -28,4 +28,4 @@ dsr = [1e-06, 7.943284e-07, 1e-06, 1e-06, 1.5848925e-06, 1.9952631e-06, 3.16227
        3.981075e-12];

[general]
reverbFile = rend_config_recreation.dat;
binaryConfig = rend_config_recreation.dat;
+2 −0
Original line number Diff line number Diff line
@@ -31,3 +31,5 @@ dsr = [1.9952632e-08, 1.9952632e-08, 1.2589251e-08, 1.5848926e-08, 1.2589251e-0
        5.01187e-07, 6.3095763e-07, 6.3095763e-07, 6.3095763e-07, 5.01187e-07, 2.511887e-07, 1.2589251e-07, 1e-07, 6.309576e-08, 3.1622776e-08,
        2.511887e-08];

[general]
binaryConfig = rend_config_renderer.dat;