RadioReference.com Forums

I am running a raspberry pi 3 and have 2 instances of OP25 running using 2 SDR dongles, commands below. Currently, the audio from both instances is output on both the left and right audio channels when using the RPi's 3.5 jack. Is there a way to have the first OP25 audio on the left channel and the 2nd OP25only on the right channel when listening locally? How about if listening remotely?

Current commands:
./rx.py --args 'rtl=0' -N 'LNA:35' -S 2400000 -f 771.98125e6 -o 25000 -q 0 -T trunk_nfulton.tsv -V -2 -U 2> stderr.2
./rx.py --args 'rtl=1' -N 'LNA:35' -S 2400000 -f 854.6125e6 -o 25000 -q 0 -T trunk_dekalb.tsv -V -u 23460 -2 -U 2> stderr.2.1

Thank you,

James
Top