GithubHelp home page GithubHelp logo

madinix / g729-pjsip-2.6-visualc-windows Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 12.0 242 KB

G729 integrated into PJSIP 2.6 for Visual Studio C on Windows

License: GNU General Public License v3.0

g729 pjsip visualcplusplus windows codec patch voip visualstudio c cpp

g729-pjsip-2.6-visualc-windows's Introduction

G729-PJSIP-2.6-VISUALC-WINDOWS

G729 integrated into PJSIP 2.6 for Visual Studio C on Windows

G.729 implementation included in this project is Open Source based on Belledonne Communications implementation. If you want to use it in your app, you have to get a license from G.729 patent holders for every device on which you're going to use it. The authors of this project and of the open source implementation are not responsible for improper or unlicensed use of G.729 codec.

This patch allows you to include G.729 in your pjsip 2.6 on windows, using Visual Studio 2008 or latest.

HOW TO INTEGRATE G729 in your current VisualStudio pjproject 2.6:

  1. Unzip pjproject-2.6_G729-YYYYMMDD.zip (Currently is 20180411)

  2. Copy audio_codecs.c into your pjproject-2.6\pjmedia\src

  3. Copy config.h into your pjproject-2.6\pjmedia\include

  4. Copy g729.h into your pjproject-2.6\pjmedia\include

  5. Copy g729.c into your pjproject-2.6\pjmedia\src

  6. Copy pjmedia-codec.h into your pjproject-2.6\pjmedia

  7. Copy directory bcg729 into your pjproject-2.6\pjmedia\src\pjmedia-codec

  8. Add g729.h, g729.c and directory bcg729 into your project pjmedia_codec

  9. Modify your config_site.h located at pjproject-2.6\pjlib\include\pj\ and add:

#define PJMEDIA_HAS_G729_CODEC 1

  1. Rebuild your pjmedia_codec and samples project

  2. Enjoy!

=============================================

Feel free to contact me at [email protected]

g729-pjsip-2.6-visualc-windows's People

Contributors

madinix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.