Gonzalo José Carracedo Carballal

Results 342 comments of Gonzalo José Carracedo Carballal

Nope, still failing. The most frustrating thing is that the bug gets affected by the crappy debugging tools of Mac. If I run suscli with dtruss, I get rtlsdr to...

I am afraid it is _accidentally_ working for you. The .dmg should be able to use the embedded modules out of the box. I've just started a new build including...

Hi again, I finally managed to debug this. There were three different issues happening at a time: * Brew somehow installs both SoapySDR 0.8.0 and SoapySDR 0.8.1 (this is bad)...

The release is ready, check it out: https://github.com/BatchDrake/SigDigger/releases/tag/latest

I have to admit, the more I look into this, the more confused I am. The exerted path explicitly initializes the `SF_INFO` struct as described in `libsndfile`'s documentation, and somehow...

I've just pushed some changes to suscan that are slightly related to this issue. Try to rebuild suscan again and tell me whether it keeps happening.

Unless your SigDigger is particularly old, you wouldn't need to. If you are not sure, just rebuild to rule that out. PS I see your file has extended attributes (see...

Thanks for the info @Flamewires. I was kind of suspecting something like that. I am triggering a new development build now.

Quick update: Since many people are still building against the faulty `libsndfile`, I just added a workaround in `develop` to handle raw files with arbitrary sample rates (nothing fancy, I...

My concern is about whether it makes sense to use the same technique for all modulations. Although we all know what squelch is, the are multiple ways to implement it,...