Try formatting your device section per the example below. The args work with rx.py and I am pretty sure
they will also work with multi_rx.py.
"devices": [
{
"args": "rtl=0,bias=1",
"gains": "LNA:39",
"gain_mode": false,
"name": "sdr0",
"offset": 0,
"ppm": 0.0,
"rate": 1000000,
"usable_bw_pct": 0.85,
"tunable": true
}
Otherwise, you can run rtl_biast from the command line or as part of your shell script used to start multi_rx.py.
IE: rtl_biast -d 0 -b 1 (enable) -or- rtl_biast -d 0 -b 0 (disable). Additional reference: man rtl_biast
Bill