Git Product home page Git Product logo

gladstone's Introduction

The aim of this project is to create an opensource ITU-T G729 compliant codec. Even though the first use case will be as a GStreamer element, design and implementation will be done to ease the inclusion in a generic multimedia framework.

Currently the core codec is based on ITU-T reference code (that must be downloaded). The GStreamer elements are wrapping around it to create functional encoder and decoder GStreamer elements.

The implementation has been tested with both Farsight and telepathy-stream-engine in ARM and x86 environments on the following platforms:

- Nokia N810 (telepathy-stream-engine)
- Nokia N900 (telepathy-stream-engine)
- x86 PC (farsight)

It has been tested against (aka connecting with):

- Nokia n810 (default codecs).
- N900 (default codecs).
- Skype.
- Google talk.

and is roughly working. Some minor issues (e.g. suspicious "holes" receiving data from internet tables) must still be addressed and fixed. Performances are also far from being optimal.

--- Notes on compilation ---

* Before compiling the project you need to download g729 ITU-T specifications (with reference code) and set G729_PATH environment variable to point to a c_code folder, e.g.: 

export G729_PATH=/home/gibrovacco/Soft/g729AnnexA/c_code

As an alternative, you can use the "--enable-refcode-download" configure option.

* Prior compiling with GCC the makefiles coder.mak and decoder.mak (in the chosen ITU-T reference code folder) must be modified accordingly (see in the files themself for more hints). This step is automatically performed in case the reference code is downloaded with the "--enable-refcode-download" option.

* A set of optimisations on reference code is available under refcode/patches. Even though they've not been thoroughly tested, no issues have been found so fari and they provide a rough 50% improvement. They can be enabled at configuration time through the "--enable-apply-patches" configuration option. This works only if the "--enable-refcode-download" option has been given.

gladstone's People

Contributors

gibrovacco avatar drizzt avatar sdroege avatar

Watchers

Peter Lemenkov avatar James Cloos avatar  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.