Loading lib_rend/ivas_output_init.c +8 −0 Original line number Diff line number Diff line Loading @@ -544,6 +544,14 @@ ivas_error get_channel_config( { strcpy( str, "Multichannel (custom loudspeaker layout)" ); } else if ( config == IVAS_AUDIO_CONFIG_MASA1 ) { strcpy( str, "Metadata-Assisted Spatial Audio mono (MASA1)" ); } else if ( config == IVAS_AUDIO_CONFIG_MASA2 ) { strcpy( str, "Metadata-Assisted Spatial Audio stereo (MASA2)" ); } else if ( config == IVAS_AUDIO_CONFIG_FOA ) { strcpy( str, "Ambisonics: First Order (FOA)" ); Loading Loading
lib_rend/ivas_output_init.c +8 −0 Original line number Diff line number Diff line Loading @@ -544,6 +544,14 @@ ivas_error get_channel_config( { strcpy( str, "Multichannel (custom loudspeaker layout)" ); } else if ( config == IVAS_AUDIO_CONFIG_MASA1 ) { strcpy( str, "Metadata-Assisted Spatial Audio mono (MASA1)" ); } else if ( config == IVAS_AUDIO_CONFIG_MASA2 ) { strcpy( str, "Metadata-Assisted Spatial Audio stereo (MASA2)" ); } else if ( config == IVAS_AUDIO_CONFIG_FOA ) { strcpy( str, "Ambisonics: First Order (FOA)" ); Loading