Marcus Müller

Results 470 comments of Marcus Müller

Slightly complicated by the architecture of gr-audio's backends. I think we need to first implement a `jack://sinkname` / `alsa://sinkname` / `windows://sinkname` / … mechanism (See #5523 ) to allow users...

Thing is that GRC is pure-python, no-interaction-with-the-audio-system, so pulling in a dependency on any sound systems there feels much less desirable (and much more maintenance work) than letting the actual...

@csylvain yes. The point of this issue that someone needs to write that new gr-audio functionality.

@jsallay yeah, I think we need to rework locking on buffers overall; I'm afraid #7711 can't be solved without it (hence #7750 )

(and yeah, it looks like I just show up and throw this out, but the location on my head that I'm scratching with prototypes of how that would look like...

Hi @DianeBruce! I'll ping you via the Fediverse :)

@daniestevez yes, invert as if real, scale by determinant, that's what the original code [did](https://github.com/gnuradio/gnuradio/pull/7767/files#diff-e8b37a98ffe5fb5e2ae4840614664fd8e70a9daa815bd4de1e0f6b54f717acb1R405-R423), but after that: ```c++ for (row_index = 0; row_index < n; row_index++) { for (col_index...

Adding the "Don't merge" tag, as it's almost certain that if the PRs are merged in order, this reduces to a single commit, and that commit won't need to touch...