Google Docs and C++ 11

While writing about smart pointers in C++, I noticed a funny thing: Google Docs knows about C++ syntax but not C++ 11! It showed the following suggestion: [Read More]
Tags: #cpp #fun

How to enable in-band FEC for Opus codec

As a reader may know UDP network protocol does not support either message retransmission or acknowledgment. It means that all these problems are supposed to be handled at the application level. In the audio/video transmission domain, the problem is usually solved with the forward error correction technique. The idea is... [Read More]