Erik Bročko
Erik Bročko
This should also work until the next reboot: ``` pw-metadata -n settings 0 clock.force-quantum 1024 ```
I thought about that, but where else to put it? Is this more acceptable? I want to implement scrolling with Ctrl+mwheel, as requested in #608, but I don't wanna duplicate...
I know, I realized. Forgive me for the abomination I have brought into this world. Check out the code now. This is the most convenient (for future development) way that...
I've added some comments, hopefully it's clear now. I tried googling a way to make it even faster, to no avail. I think the entire FFT should be moved to...
In that case, could you change the variables `factor,` `sFactor`, `uFactor` and `id` to doubles? That cannot break anything and it will fix the issue with waterfall jittering left and...
You can use my [SoapyMiri driver](https://github.com/ericek111/SoapyMiri). :) It works perfectly for me in SDR++ and GNUradio. But I only have a package for Arch: https://aur.archlinux.org/packages/soapymiri-git
Yeah, but you know the two hardest problems in computer science. :) AFAIK, there is no other project named "SoapyMiri", so I went with that, even against the naming convention....
I'm maintaining a fork with @vladisslav2011's fixes here: https://github.com/ericek111/libmirisdr-5 Thanks, Vladisslav, I learned a lot from your commits! It also made using RSP1 easier and smoother for me.
```js const searchControl = new L.Control.Search({ ... moveToLocation: (latlng, title, map) => { latlng.layer.fire('click'); } }) ```
Worked here, thank you.