Loading apps/renderer.c +6 −1 Original line number Diff line number Diff line Loading @@ -737,6 +737,7 @@ int main( int32_t delayTimeScale = 0; int16_t i, numChannels; #ifdef FIX_1053_REVERB_RECONFIGURATION IVAS_RENDER_CONFIG_DATA renderConfig; uint16_t aeID; #endif ivas_error error = IVAS_ERR_OK; Loading Loading @@ -1045,7 +1046,9 @@ int main( if ( args.renderConfigFilePath[0] != '\0' ) { #ifndef FIX_1053_REVERB_RECONFIGURATION IVAS_RENDER_CONFIG_DATA renderConfig; #endif /* sanity check */ #ifdef SPLIT_REND_WITH_HEAD_ROT Loading Loading @@ -1507,8 +1510,10 @@ int main( { if ( ++args.aeSequence.frameCounter >= args.aeSequence.pValidity[args.aeSequence.selected] ) { #ifndef FIX_1053_REVERB_RECONFIGURATION IVAS_RENDER_CONFIG_DATA renderConfig; #endif if ( ++args.aeSequence.selected >= args.aeSequence.count ) { args.aeSequence.selected = 0; Loading @@ -1518,7 +1523,7 @@ int main( { if ( RenderConfigReader_checkValues( &renderConfig ) != IVAS_ERR_OK ) { fprintf( stderr, "Invalid acoustic environment configuratoin parameters\n\n" ); fprintf( stderr, "Invalid acoustic environment configuration parameters\n\n" ); goto cleanup; } } Loading Loading
apps/renderer.c +6 −1 Original line number Diff line number Diff line Loading @@ -737,6 +737,7 @@ int main( int32_t delayTimeScale = 0; int16_t i, numChannels; #ifdef FIX_1053_REVERB_RECONFIGURATION IVAS_RENDER_CONFIG_DATA renderConfig; uint16_t aeID; #endif ivas_error error = IVAS_ERR_OK; Loading Loading @@ -1045,7 +1046,9 @@ int main( if ( args.renderConfigFilePath[0] != '\0' ) { #ifndef FIX_1053_REVERB_RECONFIGURATION IVAS_RENDER_CONFIG_DATA renderConfig; #endif /* sanity check */ #ifdef SPLIT_REND_WITH_HEAD_ROT Loading Loading @@ -1507,8 +1510,10 @@ int main( { if ( ++args.aeSequence.frameCounter >= args.aeSequence.pValidity[args.aeSequence.selected] ) { #ifndef FIX_1053_REVERB_RECONFIGURATION IVAS_RENDER_CONFIG_DATA renderConfig; #endif if ( ++args.aeSequence.selected >= args.aeSequence.count ) { args.aeSequence.selected = 0; Loading @@ -1518,7 +1523,7 @@ int main( { if ( RenderConfigReader_checkValues( &renderConfig ) != IVAS_ERR_OK ) { fprintf( stderr, "Invalid acoustic environment configuratoin parameters\n\n" ); fprintf( stderr, "Invalid acoustic environment configuration parameters\n\n" ); goto cleanup; } } Loading