-
Hello,
I'm a listener of LF and MF WSPR and FST4w mode.
WSPR is OK but I'm now decoding FST4W by redirecting audio output to wsjt-x. So I need PC.
If extension TAB support FST4W, no need PC. So…
-
```F#
open Thoth.Json.Net
type test_type = { i: int64 }
let extra = Extra.empty |> Extra.withInt64
let test_type_decoder = Decode.Auto.generateDecoder (extra = extra)
let test_type_json1 = …
-
# libember
Currently the special encoding of -0.0 as described in X.690 (Ch 8.5.9 1 byte, value 0x43) is not handled in libember (and libember-slim) for encoding and decoding and leads to a segmenta…
-
Hi Nic,
Iam hoping you might be able to help me on my case. My heatpump is completely different from yours but appears to be running a variant software which is is most likely the same. I am tryin…
-
ft8con and ft8modem exist allowing direct encoding and decoding from a linux cli
https://www.kk5jy.net/ft8con/
since from what i understand the x6100 simply runs linux at it core it should be easy…
-
I have been looking into improving heic decoding performance. My use case is:
* Input: YUV420 HEVC, multiple tile
* Output: RGB interlaced
In my benchmark with hacky implementation with libyuv (s…
-
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### NZBGet Version
v24.2-stable
### Platform
All
### Environment
```markdown
Any
```
### Cur…
dnzbk updated
1 month ago
-
It would be great if the waveform viewer could support standard protocol decoding (such as i2c, uart, etc.), or if a waveform decoding plug-in could be added.
For example, it can support the followin…
-
### Motivation.
Speculative Decoding is a crucial feature for reducing latency, currently supported by vLLM (credit to @cadedaniel !). However, when deploying Speculative Decoding in real online LL…
-
Hi,
As suggested, I wanted to look into seeing if there is a way to reduce the latency of the CMPTO J2K codec. We have measured the latency by comparing the source signal on a reference monitor wit…