David Ranch
¿ªÔÆÌåÓýHello Boyan, ? Direwolf can receive input either via: ? - directly via a sound card ? - via an audio stream on a UDP port (what I think you've already done) ? - via a TCP based socket with KISS frames in the payload
Can you play that audio stream from GnuRadio to confirm it's in a compatible format?? Since you've gotten it working via GQRX, you luckily have a good reference
Per , Gqrx sends it's audio stream in:
You need to configure GnuRadio's flowgraph to send the same
format.? Per that document and comments, you should be able to use
Netcat (nc) and say the "sox" program to see what data gnuRadio is
actually sending and then make the required adjustments on
GnuRadio to get it aligned.
Is that FM demodulated *audio* in that WAV file?? it' cannot be I/Q data.? Is it clean, clear flat, audio that's not over driven?? You can use tools like Audacity, Fldigi, baudline, and other tools to look at and play that WAV file to make sure it's roughly ok. --David |