-
See also #6 and #13.
I've found two alternative groups of RFCs:
1. **FEC Framework (FECFRAME)**
- [RFC 6363: FEC Framework](https://tools.ietf.org/html/rfc6363)
Supports RTP and externa…
-
Raising an issue to keep track of testing of this.
I've switched the testing branch to using dft_detect. It definitely uses more CPU, to the point where it appears to be running slower than realtim…
-
I'm check examples but have no luck.
I have for example 4Mb of data and want to use this package to split it for 1Mb data blocks and add parity to it. After that i need to overwrite this 4Mb of data …
-
I have a project where I need a reed-solomon encoding which may have thousands of pieces.
Can you explain the limitation on 256 shards and what it would take to lift?
-
This is a tracking issue for improving the FSK demodulation signal processing chain.
My intent is to make use of the FSK modem from David Rowe's codec2-dev repository (see here: http://svn.code.sf.…
-
I'm using qrduino by @tz1 to generate QR codes. In Qrduino, the format information is generated and inserted only after choosing a mask: https://github.com/tz1/qrduino/blob/master/qrencode.c#L523
I…
-
We have the raw materials to do FFT-based evaluation.
This does not matter much for small values of N, but at N=50 it makes a 10x or more difference, e.g. N^2 = 2500 vs N log2 N = ~250. The only chal…
-
An example from README stops working once capacity increased from 255 to 4095.
# Steps to reproduce:
1. type in `test.cpp`:
```c++
#include
int main() {
// Reed Solomon codec w/ 4095 …
-
Hey!
Thank you a lot for your great work! Your implementation is blazingly fast! :)
I have a slightly different use case. I want to detect silent bit errors (resp. damaged shards) and don't know…
jue89 updated
6 years ago
-
Hi I wanted to recover packet lost on udp using the library is it possible if? yes than how I can I that .Any function or steps will also be help full
Thanks for the hard work .