Benjamin Larsson
Benjamin Larsson
Rudimentary tested with: rtl_433 -q -Y 1 -r rtl_433_tests/tests/honeywell_activlink/01/secret-press_868.428M_250k.cu8 It happily eats the duplicates and I am quite sure that this will filter out 99% of other signal duplicates. If...
Someone ported rtl-sdr to Android and run it via loop back as a rtl_tcp instance (RTL2832U driver). It would be nice if we could add support for rtl_tcp and then...
It would be nice to have some raw .cu8 data to play with. If anyone could supply me with some sample signals that would be nice.
Why is bulk mode using quad 512 byte buffers while isochronous uses quad 1024 byte buffers ?
Hi, I have a Sainsmart device and I am trying to get it working. So far your firmware seems to be running correctly with the exception of not outputting any...
Hi, I was thinking of how to implement triggering. Is it possible to run a GPIF program once and then fetch the FIFO data at a later time ? On...
git clone https://gitorious.org/dtsenc/dtsenc.git This encoder could use some love.
What are the plans regarding optimizations ? FFmpeg/Libav already contain optimizations in various forms for dca core. Porting the fixed point transform to libavcodec would make the decoders fairly equivalent...
I tested a few samples while profiling and this is what I get on a few samples. Master audio (XLL): time seconds seconds calls us/call us/call name 24.42 0.21 0.21...
The clang static analyzer reports 4 issues. 2 of them are dead storage. The other 2 are possibly just noise but it could be worth to take a look. I...