Le 3 avr. 2025 à 23:22, righthal...@gmail.com <righthal...@gmail.com> a écrit :
As far as I know that is no way to get the data directly to GQRX in real time.
--
You received this message because you are subscribed to the Google Groups "Gqrx SDR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gqrx+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/gqrx/72dc5d67-2a1a-4538-891d-b2caba3e281dn%40googlegroups.com.
Hi Richard,
Sorry, I was more referring to @righthalfplane441: if you made the file a FIFO instead of a normal file, you might achieve the same goal in real time.
If you can't solve the format issue by using your SDR as a direct input device to GQRX you might pipe your SDR data to a FIFO, eventually using a Python script in between to adapt the format and use the playback option of GQRX to read the data from that file/FIFO. You would lose the ability of GQRX to control your device by doing so. I agree it seems odd to use that process, being so close of getting your device directly read and controlled by GQRX...
There might be some hope with: https://codeberg.org/glv/convert-samples
Could there simply be a stereo issue like your device outputing I
and Q sequentially on a single channel and GQRX expecting I on
Left and Q on right?
Cheers,
Bernard
To view this discussion visit https://groups.google.com/d/msgid/gqrx/862aa45b-a437-4db9-8dcb-38008683158cn%40googlegroups.com.