/* in the first SID frame after an active frame, create mid noise shape here, in SID frames that follow inactive frames, it is done directly in the SID decoding since the mid shape is being used in CNG then */
fprintf(stdout,"Input configuration: Scene Based Audio, Ambisonic order %i%s, %d transport channel(s)\n",st_ivas->sba_order,st_ivas->sba_planar?" (Planar)":"",st_ivas->nchan_transport);
#else
fprintf(stdout,"Input configuration: SBA - %d transport channel(s) %s\n",st_ivas->nchan_transport,st_ivas->sba_planar?"(Planar)":"");