Eric Tendian

Results 17 comments of Eric Tendian

I encountered this issue as well when doing the dependency upgrade. I did some digging and it seems like https://github.com/Kevinrob/guzzle-cache-middleware/pull/156 is the culprit. The release notes should probably be updated...

@dreinhold which particular setting should it ideally use the redis info from? It looks like redis config is defined in a couple places. I'm working on making this application compatible...

I ran into the same issue, and didn't see any movement on a PR so I went ahead and took a shot at refactoring the integration to use the v2...

What I've found after testing out MDC1200 source logging for a bit is that splitting into individual calls would rely on knowing whether the MDC1200 chirp is a leading or...

@JoeGilkey interesting, I didn't realize that. That would be helpful, since currently OpenMHz is treating post-PTTs as if they were pre-PTT, not able to handle the source timestamps at the...

While not DCS, it looks like GNURadio does have built in support for CTCSS squelch, so I gave a shot at adding it: https://github.com/robotastic/trunk-recorder/compare/master...CrimeIsDown:ctcss-squelch So far it's been working pretty...

I agree, that would be nice. On the idea of automatically setting PPM, I found this fork https://github.com/kkotowick/trunk-recorder which appears to have implemented such a feature: https://github.com/kkotowick/trunk-recorder/commit/3584e844815b052546e6985baf106380e7ad7cb2 After cherry-picking that...

Hey @kkotowick, since it's your change, want to make a PR to this project with the auto-tune functionality? Very useful to have for newcomers trying to calibrate their SDRs.

@kcwebby I haven't used this script in a while because of the auto-tune code mentioned above, but previously I was using a script I found by someone with the same...

There isn't that functionality currently available within trunk-recorder itself, since in https://github.com/robotastic/trunk-recorder/blob/master/trunk-recorder/uploaders/call_uploader.cc#L20 we are just converting the wav to a m4a. However, it looks like fdkaac does have an argument...