A library implementation of a fixed jitter buffer.
sudo apt-get install -y build-essential binutils g++ gcc scons
$] sudo apt-get install -y libgtest-dev
$] cd /usr/src/gtest
$] sudo cmake CMakeLists.txt
$] sudo make
$] sudo cp *.a /usr/lib
$] git clone https://github.com/thomasquintana/libjitterbuffer.git
$] cd libjitterbuffer
$] scons
Once, libjitterbuffer
is compiled run the unit tests.
$] tests/test_runner
$] doxygen Doxyfile