Charles J. Cliffe
Charles J. Cliffe
I have this issue as well if I set my "lines to scroll" option to more than "1" in my mouse configuration on Linux or Windows; might be possible to...
Hi @4nanook -- I couldn't tell from your description, but did you also compile the necessary Soapy modules for your device? They are separate from the CubicSDR build itself.
@Toontje Didn't make 0.2.1 but I was going to add saving the last selected device in the SDR Devices dialog then select it on startup and focus the run button...
I can't tell from your code what the overall process before the detection is and whether you've cleared the floatVect, what the FFT output is, etc.. but I'll outline the...
@MichelleShieh it's not really geared to detect each individual beat; however the bd_vu has an isKick() type function that will indicate whether it thinks there's currently a bass beat. Otherwise...
I think I'm going to first try allowing a callback function for a PostProcessChain stage -- where it'll supply the original capture, current pipeline stage texture, target render texture plus...
@h2o- sorry didn't catch this issue til now -- the time is just the time in seconds (floating point) for the current spectrum frame. For the microphone you'd probably want...
particleEmitter has been temporarily pulled while I work on resolving the ParticleSystem structure
@dominiroc11 just need to pass the un-altered FFT (it should look symmetrical) to beatdetektor with a timestamp -- `bd.process(timestamp, fft_data);` After each update it will set `bd.win_bpm_int` and `bd.win_bmp_int_lo` if...
@shock2provide I haven't really used C# enough to know what's wrong from looking at your source; but if you can provide a working demonstration app that uses line-in or microphone...