Marcus Müller

Results 137 issues of Marcus Müller

### Feature Description Users should be able to get a list of valid audio devices to put into their audio sink source field. ### Feature Urgency medium (would be nice...

Feature Request

### Feature Description FreeBSD was very fast adopting GNU Radio 3.8. It seems they're still on 3.8.4.0: https://www.freshports.org/comms/gnuradio Maybe there's minor things, maybe a major bug that stops them from...

ecosystem

sample_unbiased is used nowhere within fastnoise_source itself, but only as library function from cfo_channel_model and sro_channel_model. Although removing sample_unbiased from fastnoise_source is an API-changing break, a fix for this would...

blocks
enhancement

### Feature Description I've not once in my life looked at a constellation plot and thought "oh it would be nice if this was stretched to fill the space in...

Feature Request
QTGUI

## Description modernize code Add FIXMEs where an overhaul is due, but can't be done in short time. A lot of this reads like C89 code, not C++03, which it...

Cruft
performance

In https://github.com/gnuradio/gnuradio/commit/155d60da5e519c39a68dd1bc01c2aee37d7bf32d I tried to fix the issue that a scoped lock was acquired but immediately released (due to anonymous objects ending their lifetimes immediately). https://github.com/gnuradio/gnuradio/commit/155d60da5e519c39a68dd1bc01c2aee37d7bf32d#diff-b0dbcf758a74df8efe742463c027ec942bde271a43c4091dc3c17597822e7363R126-R142 However, with this, the...

Bug
Runtime
threading
custom buffers

Extracted from #6957.

GRC-Qt
GRC-Qt/GTK Feature Parity

I've set up an experimental host on OSUOSL's openstack. Need to: - [ ] set up a .gnuradio.org subdomain (@noc0lour probably can tell me how) - [ ] set up...

Infrastructure
CI

To move forward with CI caching, need to decide between: | provider | pro | con | |--|--|--| |[AWS S3](https://github.com/mozilla/sccache/blob/main/docs/S3.md)| not self-administrated easy to set up (?) fast (?) |...

CI

Building all of GNU Radio takes time; however, most PRs don't require a complete rebuild (i.e., they don't touch any system-wide includes or the top-level CMakeLists.txt or similar). On local...

CI