boatbod
Member
Thanks to the previous post I see we have an update to try. Great, except I can't get any audio. 
I'm starting the main application with the following command:
./rx.py --args "rtl=0" --gains 'lna:36' -D cqpsk -f 773.84375e6 -S 1440000 -q 0 -T trunk-leo.tsv -q 1 -w 2> stderr.2
And the audio server as follows:
nc -kluvw 1 127.0.0.1 23456 | aplay -c1 -f S16_LE -r 8000
The main text window looks like it is working properly. I see the NAC as expected, and various voice frequencies and tgid's, plus some activity (current tgid) at the bottom of the screen. Unfortunately I get no audio from the audio server, no any error messages or indication why not. The config files (.tsv) were copied straight from a working earlier release, so unless the file format has changed, they should be good.
ETA(1): This is a phase 2 system which almost exclusively uses tdma audio.
ETA(2): I'm looking in the "lib" code and not seeing anywhere that phase 2 audio data gets written to UDP.
I'm starting the main application with the following command:
./rx.py --args "rtl=0" --gains 'lna:36' -D cqpsk -f 773.84375e6 -S 1440000 -q 0 -T trunk-leo.tsv -q 1 -w 2> stderr.2
And the audio server as follows:
nc -kluvw 1 127.0.0.1 23456 | aplay -c1 -f S16_LE -r 8000
The main text window looks like it is working properly. I see the NAC as expected, and various voice frequencies and tgid's, plus some activity (current tgid) at the bottom of the screen. Unfortunately I get no audio from the audio server, no any error messages or indication why not. The config files (.tsv) were copied straight from a working earlier release, so unless the file format has changed, they should be good.
ETA(1): This is a phase 2 system which almost exclusively uses tdma audio.
ETA(2): I'm looking in the "lib" code and not seeing anywhere that phase 2 audio data gets written to UDP.
Last edited: