speex
speex copied to clipboard
Speex voice codec mirror - THIS IS A MIRROR, DEVELOPMENT HAPPENS AT https://gitlab.xiph.org/xiph/speex
This bug is found in git commit 6e04bfa884e6719b51573ed8bfa713b71fc29db6. to reproduce the bug: valgrind ./speexenc test.input - PoC input is attached.(this input is generated by fuzzer, the pdf suffix is to...
Description =========== This patch adds support of CMake meta build system, so you can generate Unix makefiles, VS 6.0-2017 projects and many more. Features ======== * Win32 and Linux tested...
I can not understand why we make **speex_decode_int** of **jitter->current_packet** 2 times first time after get packet from buffer, after set flag **valid_bits** to 1, second time at next **speex_jitter_get**...
We have implemented speex in our engine for the time being then we are switching over to the speexdsp when we get a cmake file made for it. For now...
Visual Studio projects are obsolete, VS2008 project is broken. I have working CMakeLists.txt project for speex, with almost every Autotools option implemented. That means you can generate Unix makefiles, VS...
The android/ directory contains android ndk-build dependent files: -config.h Configuration options for android arm platform -speex_config_types.h Configuration options for android arm platform -jni Build script for android ndk-build Just need...
I now have a need to obtain the voice stream in speex format in real time, sampleRate: 16000, channelCount: 1, read a byte with a fixed length of 300 and...
This PR fixes issue #25 (Undefined behavior / Arithmetic overflow in bits.c) cc @tmatth