Loading apps/renderer.c +2 −0 Original line number Diff line number Diff line Loading @@ -1321,6 +1321,8 @@ static IVAS_REND_AudioConfig parseAudioConfig( const char *configString ) switch ( charBuf[4] ) { case '1': fprintf(stderr, "1TC MASA support is not functional and is pending on DirAC renderer refactoring.\n"); exit(EXIT_FAILURE); return IVAS_REND_AUDIO_CONFIG_MASA1; case '2': return IVAS_REND_AUDIO_CONFIG_MASA2; Loading Loading
apps/renderer.c +2 −0 Original line number Diff line number Diff line Loading @@ -1321,6 +1321,8 @@ static IVAS_REND_AudioConfig parseAudioConfig( const char *configString ) switch ( charBuf[4] ) { case '1': fprintf(stderr, "1TC MASA support is not functional and is pending on DirAC renderer refactoring.\n"); exit(EXIT_FAILURE); return IVAS_REND_AUDIO_CONFIG_MASA1; case '2': return IVAS_REND_AUDIO_CONFIG_MASA2; Loading