Commit 4371bc6b authored by vaclav's avatar vaclav
Browse files

add MASA cases to get_channel_config()

parent db9cf2a8
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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)" );