Vanya Sergeev
Vanya Sergeev
The gnuplot plotting sinks are admittedly finicky. I've heard reports ranging from them running fine, to plots stacking on top of one another (see #14), to crashes like this. Needless...
Sure, I'm very open to implementing bounds checking. I avoided doing it at the outset, because I was concerned by any performance hit -- LuaJIT can be a bit sensitive...
A love2d frontend would be super cool. There's basically two ways to approach this. I should first explain that LuaRadio spawns every block in a flow graph in its own...
That's right, the block parameters are currently frozen at instantiation time and would require a restart. Once #40 is implemented, blocks will be able to register control interfaces that can...
> Maybe a `LoveAudioSink`? I imagine something that looks like this. that uses `process` and `cleanup` to work with luaradio's pipe better: > This is fine, but keep in mind...
> I'm still not quite figuring out how to do this with audio. I tried looking at pulseaudio as an example, but I think I am missing some key C-related...
> If all of this is running inside a single love app, why can't they talk to each other? If I am understanding how it fits together, I think it...
I could definitely use your help testing out the new framework. I'm about to release v0.10.0 with built-in application support (in devel) -- I just need to add an Applications...
I was able to reproduce your example with a USRP B200mini. The problem does appear to be the `GnuplotWaterfallSink`. The most I'm able to put through it is 50 kHz,...
I was able to reproduce the crash under Arch Linux ARM aarch64 and VOLK 2.5.0. Unfortunately, it still crashes under VOLK 2.5.2 too. ``` [alarm@alarm luaradio]$ ./luaradio --platform luajit LuaJIT...