| 748 | === G.729 codec === |
| 749 | |
| 750 | Software |
| 751 | [http://www.linphone.org/technical-corner/bcg729] |
| 752 | |
| 753 | Location |
| 754 | - {{{pjmedia/include/pjmedia-codec/bcg729.h}}} |
| 755 | - {{{pjmedia/src/pjmedia-codec/bcg729.c}}} |
| 756 | |
| 757 | Description |
| 758 | G.729 codec using backend implementation from bcg729. |
| 759 | |
| 760 | License |
| 761 | Please consult the bcg729 website. |
| 762 | |
| 763 | Using the Software |
| 764 | bcg729 may be detected and enabled by the {{{configure}}} script, either automatically or manually via {{{--with-bcg729}}} option. It may be forcefully disabled by defining {{{PJMEDIA_HAS_BCG729}}} to 0 in {{{config_site.h}}}. |
| 765 | |
| 766 | |