|
|
9 years ago | |
|---|---|---|
| build/wp8/bcg729 | 10 years ago | |
| include | 10 years ago | |
| msbcg729 | 10 years ago | |
| src | 10 years ago | |
| test | 9 years ago | |
| .gitignore | 11 years ago | |
| AUTHORS | 14 years ago | |
| Android.mk | 12 years ago | |
| Bcg729Config.cmake | 10 years ago | |
| CMakeLists.txt | 9 years ago | |
| COPYING | 14 years ago | |
| ChangeLog | 14 years ago | |
| Makefile.am | 10 years ago | |
| NEWS | 9 years ago | |
| README.md | 9 years ago | |
| autogen.sh | 9 years ago | |
| bcg729.spec.in | 11 years ago | |
| config.h.cmake | 10 years ago | |
| configure.ac | 9 years ago | |
| libbcg729.pc.in | 14 years ago | |
Bcg729 is an opensource implementation of both encoder and decoder of the ITU G729 Annex A/B speech codec.
The library written in C 99 is fully portable and can be executed on many platforms including both ARM and x86 processors. libbcg729 supports concurrent channels encoding/decoding for multi call application such as conferencing. This project was initially developed as part of Mediastreamer2, the Linphone's media processing engine. This is why it also contains the glue to be integrated in Linphone/Mediastreamer2.
The source code is licensed under GPLv2. ITU G729 Annex A/B were offically released October/November 1996 (https://www.itu.int/rec/T-REC-G.729), hence all patents covering these specifications shall have expired in November 2016.
By default, the upstream package installs into /usr/local. Please use './configure --prefix' to change it
Linphone plugin is compiled if both mediastremer2 and ortp are installed.
Tests are defined for each functional bloc (more or less matching a source file) and for global encoding/decoding
Use 'make check' to compile and run all tests available in the test directory.
Input tests pattern have been generated by ITU code using ITU tests patterns. The test patterns are not part of this repository but can be downloaded here: http://www.belledonne-communications.com/downloads/bcg729-patterns.zip However, the first run of 'make check' will get them for you.
To run partial test, use perl executable 'testCampaign' in the test directory. './testCampaign ' You must first download the tests patterns using 'make check' or manually