blob: 40aaacb6341d34db26f3292e6d70c41490f70a91 [file] [log] [blame]
g722 code was branched from webrtc. See LICENSE file for
details on the licenses governing files.
Additional changes have been made and it is not known from what
revision of webrtc we branched.
Multiple uses
------------
The Makefile is used by platform project build systems.
Python wrapper module can be built using setup.py
Python releases are available internal to Nest via pip
```pip install -i https://artifactory2.nestlabs.com/artifactory/api/pypi/pypi-local/simple g722```
To directly install from git (developer versions)
```pip install --no-index -e git+ssh://git@stash.nestlabs.com:7999/tps/g722.git@master#egg=g722```
or from a branch
```pip install --no-index -e git+ssh://git@stash.nestlabs.com:7999/tps/g722.git@feature/generating_packages#egg=g722```