W3AXL

Results 28 issues of W3AXL

FYI I am unable to get gain control to work with my RSP1 from a fresh build of `trunk-recorder`. I've tried several settings recommended in #422 and it appears that...

I have a trunk-recorder instance that works pretty well, most of the time. It's following a large multi-site P25 system and tracking ~25 talkgroups, and I'd say 95% of the...

## Overview When attempting to use PyAV and an ASLA input device on Debian 11, PyAV claims there is no input container named `alsa` despite my ffmpeg installation being able...

enhancement
help wanted

_(I originally posted this on [stackoverflow](https://stackoverflow.com/questions/68821127/debugging-a-python-sounddevice-crash-when-no-exception-is-thrown), but reposting here since I think it's something inside sounddevice crashing)_ I've managed to somehow cause a hard crash of my python script with...

Folling the EDEX install guide from http://unidata.github.io/awips2/install/install-edex/, I have an EDEX server set up for local use. I changed no config files and everything is as it comes installed via...

added an optional parameter to the config json file per channel, you can specify a "csqLeveldBFS" parameter which is the squelch threshold in dBFS (the same unit SDR sharp uses)....

added a squelch tool to the library, which functions similar to the `resampler` tool (and in fact the basic code structure was shamelessly stolen from it) The squelch algorithm is...

Hello all! Trying to use SDL2 for my application (well, technically SDL2 via the SipsorceryMedia.SDL2 C# library) and I'm hitting an issue on my linux test system. Using the device...

I wrote a small tool to combine short radio traffic recordings into longer, 30-minute segments for archival purposes. All files are being processes as m4a/aac files, and while it works...

The REST/HTTP server (specifically tested in the FNE, but likely all the REST servers) cannot handle segmented TCP HTTP requests. The issue is described here: https://stackoverflow.com/questions/50213271/python-requests-splits-tcp-packet We need to figure...

bug