Results 770 comments of Victor Gaydov

@cmdwiggles thanks for info

As reported it #421, it's also reproducing on Pulseaudio 13.99.1. Workaround suggested by @berglh: https://github.com/roc-streaming/roc-toolkit/issues/421#issuecomment-698169015

Hi! Yes, this is still relevant and you're welcome. I'd recommend to start from reading [this page](https://roc-project.github.io/roc/docs/internals/fec.html) from our documentation and then [RFC 6363](https://tools.ietf.org/html/rfc6363), [RFC 6681](https://tools.ietf.org/html/rfc6681), and [RFC 6682](https://tools.ietf.org/html/rfc6682). Then...

Oh, and there are also: * https://github.com/LucaFulchir/libRaptorQ * https://github.com/cberner/raptorq

I've took a look at those libraries and I think libRaptorQ looks very promising and we should try it first (its C++98 or C API). I've also updated the issue...

We don't use STL, but we don't disable it in any way. So the error is unrelated. It's OK if libraptorq uses STL, we just wont be able to enable...

You can push your changes to a branch on your fork and I'll take a look at it.

Have you tried to remove `extern "C"` when including libraptorq headers?

Well, I can't reproduce the error with ``, probably we have different compiler versions. But I got lots of other errors on your branch: * compiler is complaining on extern...