Results 52 issues of Clayton Smith

The qa_constellation_receiver test recently failed on a maint-3.9 backport (#5945): https://github.com/gnuradio/gnuradio/runs/6772627220?check_suite_focus=true The failure occurred on Fedora 36, and the details were as follows: ``` ====================================================================== FAIL: test_basic (__main__.test_constellation_receiver) Tests a...

Bug
CI

This option causes a lot of extraneous libraries to be linked. It may no longer be needed. It was added as a workaround in https://github.com/gnuradio/gnuradio/commit/c0b3ce38db0eaaca05fe2f45827fcf6c9184b72b. I'm opening this draft pull...

CMake
Cleanup
wavelet
Backport-3.10

One of the goals of GNU Radio 4.0 is to remove Boost as a dependency. After the open Boost removal PRs (#5846, #5852, #5853, #5888, #5890) are merged, there will...

Cleanup
boost
GR 4.0

It would be nice if Gqrx used [SigMF](https://github.com/gnuradio/SigMF) to save metadata when making I/Q recordings. It could also use the metadata (if available) when playing back I/Q recordings.

feature

For some reason, PlutoSDR devices show up as "Unknown" in the device list, which is not user-friendly. I suspect this is a SoapyPlutoSDR or SoapySDR issue, since `SoapySDRUtil --find` shows...

bug
plutosdr

If the "Hardware AGC" setting in Gqrx is turned off, PlutoSDR still starts with hardware AGC turned on, because that's the hardware's default behaviour and SoapyPlutoSDR doesn't override it. I've...

bug
plutosdr

The automated MacOS build uses gr-osmosdr from Homebrew: https://github.com/csete/gqrx/blob/2cdb903cec6883e9892c83239ada4bac6bb8fad0/.github/workflows/build.yml#L84-L85 Unfortunately, this package is missing support for the following hardware types: * Funcube Dongle * BladeRF * Airspy HF * SoapySDR...

feature
fcd
fcdpp
osx
bladerf
airspy
soapysdr

Steps to reproduce: 1. Create enough I/Q recording files such that they take up more than one page in the I/Q tool. 2. Open the I/Q tool and click on...

bug

To make it easier for new users, sample .grc and .py files should be included that demonstrate how to use the block.

enhancement

During the first minute or so of audio decoding, audio underruns occur. (GNU Radio reports them by printing out "aU".) As a result, the audio stutters. I'm not sure yet...

bug