MC 7_1 Decoding to binaural introduces high noise floor for band-limited content
# Basic info
<!--- Add commit SHA used to reproduce-->
- Float reference:
- Encoder (float): 006def7eafc49d3771b6a4d7360af86493b6b5d6
- Decoder (float): 006def7eafc49d3771b6a4d7360af86493b6b5d6
- Fixed point:
- Encoder (fixed): n/a
- Decoder (fixed): 77b4deaccce5c7092998fb9eced2dd30bd0784d7
# Bug description
This is a follow-up to #1500: When decoding a band-limited multi-channel (7_1) audio signal to binaural, we are seeing a relatively high noise level in the binaural output of the signal. The level is significantly higher than in float, and is also higher compared to decoding to 7_1 and using the (fixed-point) IVAS_rend renderer which renders it to binaural.
**BASOP (decoding to binaural)**
{width="1203" height="912"}
**Float (decoding to binaural)**
{width="1203" height="912"}
**BASOP (decoding to 7_1 + subsequent rendering to binaural using IVAS_rend)**
{width="1203" height="912"}
# Ways to reproduce
Box folder: ...\\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\\issues\\issue-1801
**Decoding to binaural:**
<!--Commandline or script-->
```bash
IVAS_dec binaural 48 am3aa1s03_WB_128kbps.192 out_binaural.wav
```
**Decoding to 7_1 + rendering to binaural:**
```bash
IVAS_dec 7_1 48 am3aa1s03_WB_128kbps.192 out_7_1.wav
IVAS_rend -i out_7_1.wav -if 7_1 -of binaural -o out_7_1_binaural.wav
```
<!--- Below are labels that will be added but are not shown in description. This is a template to help fill them.
Add further information to the first row and remove and add labels as necessary.-->
issue