Ron Economos

Results 35 comments of Ron Economos

Perhaps it would be better to work with the original code? https://github.com/quiet/libfec http://www.ka9q.net/code/fec/

If you're using Gqrx built against GNU Radio 3.9, there is support for 64-bit WAV files. If you're able to build from source, change this line: https://github.com/csete/gqrx/blob/master/src/applications/gqrx/receiver.cpp#L1009 from: gr::blocks::FORMAT_WAV, gr::blocks::FORMAT_PCM_16);...

> Why not either make 64-bit support the default, or switch to something like *.mp3? Ogg Vorbis and FLAC are possible with GNU Radio >= 3.9

Gqrx is a GNU Radio application, so it's always linked to GNU Radio. I was just suggesting that when someone gets around to adding recording format selection to Gqrx, that...

Additional note. The .hpp files generated by this Python script are identical to earlier versions. So this is a very minor issue.